Click or drag to resize

PlatformApplySnapshotAsync Method (Snapshot, ApplySnapshotOptions)

Applies a snapshot to a running platform.

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task ApplySnapshotAsync(
	Snapshot requestedSnapshot,
	ApplySnapshotOptions options = null
)

Parameters

requestedSnapshot
Type: Openfin.Desktop.PlatformAPISnapshot
The snapshot object to apply.
options (Optional)
Type: Openfin.Desktop.PlatformAPIApplySnapshotOptions

[Missing <param name="options"/> documentation for "M:Openfin.Desktop.PlatformAPI.Platform.ApplySnapshotAsync(Openfin.Desktop.PlatformAPI.Snapshot,Openfin.Desktop.PlatformAPI.ApplySnapshotOptions)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Openfin.Desktop.PlatformAPI.Platform.ApplySnapshotAsync(Openfin.Desktop.PlatformAPI.Snapshot,Openfin.Desktop.PlatformAPI.ApplySnapshotOptions)"]

See Also