Interface IAsyncOpHandle


  • public interface IAsyncOpHandle
    Async operation 'handle' to allow cancelling ongoing operation. NOTE: cancelling usually does not abort the operation in progress, just prevents callbacks.
    • Method Detail

      • cancel

        void cancel()
        Cancel an active operation.