ArchiveListTKey, TValueCreateNewClientResources Method

Creates an object that can be used to get updated snapshots from this archive list. Client must call Dispose method when finished with these resources as they will not automatically be reclaimed by the garbage collector. Class will not be initialized until calling UpdateSnapshot.

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public ArchiveListSnapshot<TKey, TValue> CreateNewClientResources()

Return Value

ArchiveListSnapshotTKey, TValue
A new ArchiveListSnapshotTKey, TValue instance for client resources.

Remarks

This method creates a new ArchiveListSnapshotTKey, TValue instance for managing client resources.

Exceptions

Exception Thrown if the object is disposing.

See Also