Android.OS.CancellationSignal: Method Members

The methods of Android.OS.CancellationSignal are listed below. For a list of all members, see the CancellationSignal Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Cancel()
Cancels the operation and signals the cancellation listener.
SetOnCancelListener(CancellationSignal.IOnCancelListener)
Sets the cancellation listener to be called when canceled.
ThrowIfCanceled()
Throws Android.OS.OperationCanceledException if the operation has been canceled.