Interface DisposableHandle<H>

  • Type Parameters:
    H - The type of the handle.
    All Known Subinterfaces:
    DisposableHandle.DisposeAutomatonHandle<H>


    public interface DisposableHandle<H>
    The DisposableHandle interface defines those methods related to the handle based dispose life-cycle.

    The handle reference requires the Disposable.Disposedable interface to be implemented.