Click or drag to resize

ISnapshotSourceProviderTApplySnapshot Method

The method to be invoked when applying the snapshot.

Namespace:  Openfin.Desktop.SnapshotSourceAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
void ApplySnapshot(
	T snapshot
)

Parameters

snapshot
Type: T
The snapshot object to be applied.
See Also