SnapshotSourceInitSnapshotSourceProviderAsyncT Method |
Initializes the ISnapshotSourceProvider with the getSnapshot and applySnapshot methods defined.
Namespace:
Openfin.Desktop.SnapshotSourceAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public Task InitSnapshotSourceProviderAsync<T>(
string uuid,
ISnapshotSourceProvider<T> provider
)
Parameters
- uuid
- Type: SystemString
The identifier of the snapshot source provider. - provider
- Type: Openfin.Desktop.SnapshotSourceAPIISnapshotSourceProviderT
The snapshot source provider
Type Parameters
- T
- The type of the snapshot object.
Return Value
Type:
Task[Missing <returns> documentation for "M:Openfin.Desktop.SnapshotSourceAPI.SnapshotSource.InitSnapshotSourceProviderAsync``1(System.String,Openfin.Desktop.SnapshotSourceAPI.ISnapshotSourceProvider{``0})"]
See Also