InvokeMethodNameAttribute
class
Namespace: Orleans
Applied to method attributes on invokable interfaces to specify the name of the method on the base type to call when submitting a request.
public sealed class InvokeMethodNameAttribute : AttributeConstructors
InvokeMethodNameAttribute(string)Initializes a new instance of theInvokeMethodNameAttributeclass.
Properties
InvokeMethodNameGets the name of the invoke method.
