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.5.1
Syntax public Task<Snapshot> GetSnapshotAsync()
Return Value
Type:
TaskSnapshotA Task of the Snapshot.
See Also