Skip to content

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 : Attribute

Constructors

Properties

  • MethodName Gets the name of the method on the proxy base type to call when methods are invoked.
  • ReturnType Gets the interface method return type which this attribute applies to.