IGrainCallContext.Method 属性

定义

注意

Use InterfaceMethod or IIncomingGrainCallContext.ImplementationMethod instead.

获取 MethodInfo 要调用的方法。

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

属性值

属性

适用于