|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods > BncsFramework.GetHub<T> Method |
Fetches a types signalR hub from the host services, returns null if it doesn't exist.
Namespace: BNCS.Core.DriverFramework
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static Nullable<IHubContext<T>> GetHub<T>()
where T : Hub
T
BNCS.Core.DriverFramework Namespace