Click or drag to resize

SnapshotSourceClientT Class

SnapshotSourceClient connects to an ISnapshotSourceProvider, which allows getting and applying snapshots.
Inheritance Hierarchy
SystemObject
  Openfin.Desktop.SnapshotSourceAPISnapshotSourceClientT

Namespace:  Openfin.Desktop.SnapshotSourceAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax
C#
public class SnapshotSourceClient<T>

Type Parameters

T
The type of the snapshot object.

The SnapshotSourceClientT type exposes the following members.

Methods
  NameDescription
Public methodApplySnapshotAsync
Applies specified snapshot object to the snapshot provider.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSnapshotAsync
Gets current snapshot from the snapshot provider.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also