Click or drag to resize

ISnapshotSourceProviderT Interface

Interface to be implemented to provide snapshot operations.

Namespace:  Openfin.Desktop.SnapshotSourceAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax
C#
public interface ISnapshotSourceProvider<T>

Type Parameters

T
The type of the snapshot object.

The ISnapshotSourceProviderT type exposes the following members.

Methods
  NameDescription
Public methodApplySnapshot
The method to be invoked when applying the snapshot.
Public methodGetSnapshot
The method to be invoked when requesting the current snapshot.
Top
See Also