ISnapshotSourceProviderTApplySnapshot Method |
The method to be invoked when applying the snapshot.
Namespace:
Openfin.Desktop.SnapshotSourceAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax void ApplySnapshot(
T snapshot
)
Parameters
- snapshot
- Type: T
The snapshot object to be applied.
See Also