IAuxDisposable

IAuxDisposable interface

Expands the standard System.IDisposable interface, allows to obtain a current state of an object and subscribe to disposing event

public interface IAuxDisposable : IDisposable

Properties

Name Description
IsDisposed { get; } Determines whether a resource is closed (true) or not (false)

Events

Name Description
event Disposed Occurs when object is disposed

See Also