|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework.SignalR Namespace > HubsLocator Class > HubsLocator Methods > HubsLocator.GetHub<T> Method |
Resolves IHubContext of type T from the service provider
Namespace: BNCS.Core.DriverFramework.SignalR
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static IHubContext<T> GetHub<T>()
where T : Hub
T
Type of SignalR Hub
Initialized hub context
BNCS.Core.DriverFramework.SignalR Namespace