SnapshotSourceClientTApplySnapshotAsync Method |
Applies specified snapshot object to the snapshot provider.
Namespace:
Openfin.Desktop.SnapshotSourceAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public Task ApplySnapshotAsync(
T snapshot
)
Parameters
- snapshot
- Type: T
The snapshot object
Return Value
Type:
TaskA new task of the operation.
See Also