BncsFramework.GetHub<T> Method

<< 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)

 

Syntax


public static Nullable<IHubContext<T>> GetHub<T>()
where T : Hub

Type Parameters

T

 

Return Value

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace