Click or drag to resize

SnapshotSourceClientTApplySnapshotAsync Method

Applies specified snapshot object to the snapshot provider.

Namespace:  Openfin.Desktop.SnapshotSourceAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax
C#
public Task ApplySnapshotAsync(
	T snapshot
)

Parameters

snapshot
Type: T
The snapshot object

Return Value

Type: Task
A new task of the operation.
See Also