ArchiveListSnapshotTKey, TValueDisposeRequested Event

Signals that a disposal of this object has been requested.

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public event Action DisposeRequested

Value

Action

Remarks

A race condition exists such that this class gets a dispose request before the client registers this event. Therefore, be sure to check IsDisposeRequested after assigning the event handler.

See Also