Package com.verizon.mec.edsclientsdk.api
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Cancel an active operation.
-