HubInvocationContext.HubMethod 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.
The MethodInfo for the Hub method being invoked.
public:
property System::Reflection::MethodInfo ^ HubMethod { System::Reflection::MethodInfo ^ get(); };
public System.Reflection.MethodInfo HubMethod { get; }
member this.HubMethod : System.Reflection.MethodInfo
Public ReadOnly Property HubMethod As MethodInfo