Click or drag to resize

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.4.0
Syntax
C#
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: TaskSnapshotSourceClientT
A new task of the SnapshotSourceClient
See Also