SnapshotSourceCreateSnapshotSourceClientAsyncT Method |
Asynchronously returns a SnapshotSourceClient object that connects to the specified snapshot source provider.
Namespace:
Openfin.Desktop.SnapshotSourceAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public Task<SnapshotSourceClient<T>> CreateSnapshotSourceClientAsync<T>(
string uuid
)
Parameters
- uuid
- Type: SystemString
The identifier of the snapshot source provider.
Type Parameters
- T
- The type of the snapshot object.
Return Value
Type:
TaskSnapshotSourceClientTA new task of the SnapshotSourceClient
See Also