Redigera

Dela via


IGrainCallContext.Method Property

Definition

Caution

Use InterfaceMethod or IIncomingGrainCallContext.ImplementationMethod instead.

Gets the MethodInfo of the method being invoked.

public System.Reflection.MethodInfo Method { get; }
[System.Obsolete("Use InterfaceMethod or IIncomingGrainCallContext.ImplementationMethod instead.")]
public System.Reflection.MethodInfo Method { get; }
member this.Method : System.Reflection.MethodInfo
[<System.Obsolete("Use InterfaceMethod or IIncomingGrainCallContext.ImplementationMethod instead.")>]
member this.Method : System.Reflection.MethodInfo
Public ReadOnly Property Method As MethodInfo

Property Value

Attributes

Applies to