Click or drag to resize

PlatformGetSnapshotAsync Method

Returns a snapshot of the platform in its current state. Can be used to restore an application to a previous state.

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task<Snapshot> GetSnapshotAsync()

Return Value

Type: TaskSnapshot
A Task of the Snapshot.
See Also