Click or drag to resize

SnapshotSourceInitSnapshotSourceProviderAsyncT Method

Initializes the ISnapshotSourceProvider with the getSnapshot and applySnapshot methods defined.

Namespace:  Openfin.Desktop.SnapshotSourceAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
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