Click or drag to resize

SnapshotSourceClientTGetSnapshotAsync Method

Gets current snapshot from the snapshot provider.

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

Return Value

Type: TaskT
A new task of the current snapshot.
See Also