Click or drag to resize

PlatformApplySnapshotAsync Method (String, 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(
	string requestedSnapshotUrl,
	ApplySnapshotOptions options = null
)

Parameters

requestedSnapshotUrl
Type: SystemString
The url to the snapshot manifest file to be applied.
options (Optional)
Type: Openfin.Desktop.PlatformAPIApplySnapshotOptions

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

Return Value

Type: Task

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

See Also