ArchiveListSnapshotTKey, TValueDisposeRequested Event
Signals that a disposal of this object has been requested.
Namespace: SnapDB.Snap.ServicesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public event Action DisposeRequested
Public Event DisposeRequested As Action
public:
event Action^ DisposeRequested {
void add (Action^ value);
void remove (Action^ value);
}
function add_DisposeRequested(value);
function remove_DisposeRequested(value);
Value
Action
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.