Interface ISyncModelProvider
Namespace: UnityEngine.Reflect.Pipeline
Syntax
public interface ISyncModelProvider
Methods
GetSyncManifestsAsync(CancellationToken)
Declaration
Task<IEnumerable<SyncManifest>> GetSyncManifestsAsync(CancellationToken token)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | token |
Returns
Type | Description |
---|---|
Task<IEnumerable<SyncManifest>> |
GetSyncModelAsync(StreamKey, String, CancellationToken)
Declaration
Task<ISyncModel> GetSyncModelAsync(StreamKey streamKey, string hash, CancellationToken token)
Parameters
Type | Name | Description |
---|---|---|
StreamKey | streamKey | |
String | hash | |
CancellationToken | token |
Returns
Type | Description |
---|---|
Task<ISyncModel> |