Constructor HubStream
HubStream(string)
Initializes a new instance of the HubStream<TItem> class.
Declaration
public HubStream(string name = "")
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The stream name. Defaults to the name of the member the definition is assigned to. |