[]
Initializes a new instance of the C1DataCollectionHub<T> class.
public C1DataCollectionHub(IHubClients clients)
| Type | Name | Description |
|---|---|---|
| IHubClients | clients | The clients of the hub. |
Initializes a new instance of the C1DataCollectionHub<T> class.
public C1DataCollectionHub(IHubClients clients, IEnumerable source)
| Type | Name | Description |
|---|---|---|
| IHubClients | clients | The clients of the hub. |
| IEnumerable | source | The source collection to be shadowed. |