[]
        
(Showing Draft Content)

C1.DataCollection.SignalR.Server.C1DataCollectionHub-1.-ctor

C1DataCollectionHub Constructor

C1DataCollectionHub(IHubClients)

Initializes a new instance of the C1DataCollectionHub<T> class.

Declaration
public C1DataCollectionHub(IHubClients clients)
Parameters
Type Name Description
IHubClients clients

The clients of the hub.

C1DataCollectionHub(IHubClients, IEnumerable)

Initializes a new instance of the C1DataCollectionHub<T> class.

Declaration
public C1DataCollectionHub(IHubClients clients, IEnumerable source)
Parameters
Type Name Description
IHubClients clients

The clients of the hub.

IEnumerable source

The source collection to be shadowed.