IGrainCallContext.Method Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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