Interface for an object which disposes and provides notification of its disposal state.
| C# |
public interface IDisposableNotify : IDisposable
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| Dispose()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) | |
| Disposing |
Notifies that the object is disposing.
| |
| IsDisposed |
Whether the object is finished disposing.
| |
| IsDisposing |
Whether the object is currently in the process of being disposed.
|