DefaultInvokeMethodNameAttribute
class
Namespace: Orleans
Applied to proxy base types and to attribute types used on invokable interface methods to specify the base type for the invokable object which represents a method call.
public sealed class DefaultInvokeMethodNameAttribute : AttributeConstructors
DefaultInvokeMethodNameAttribute(Type, string)Initializes a new instance of theDefaultInvokeMethodNameAttributeclass.
Properties
MethodNameGets the name of the method on the proxy base type to call when methods are invoked.ReturnTypeGets the interface method return type which this attribute applies to.
