HubInvocationContext.Hub 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.
Gets the Hub instance.
public:
property Microsoft::AspNetCore::SignalR::Hub ^ Hub { Microsoft::AspNetCore::SignalR::Hub ^ get(); };
public Microsoft.AspNetCore.SignalR.Hub Hub { get; }
member this.Hub : Microsoft.AspNetCore.SignalR.Hub
Public ReadOnly Property Hub As Hub