Struct StreamKey
Syntax
Constructors
StreamKey(String, PersistentKey)
Declaration
public StreamKey(string sourceId, PersistentKey key)
Parameters
| Type |
Name |
Description |
| String |
sourceId |
|
| PersistentKey |
key |
|
Fields
key
Declaration
public readonly PersistentKey key
Field Value
| Type |
Description |
| PersistentKey |
|
source
Declaration
public readonly string source
Field Value
Methods
FromSyncId<T>(String, SyncId)
Declaration
public static StreamKey FromSyncId<T>(string sourceId, SyncId id)
where T : ISyncModel
Parameters
| Type |
Name |
Description |
| String |
sourceId |
|
| SyncId |
id |
|
Returns
Type Parameters