Android.OS.CancellationSignal Members

The members of Android.OS.CancellationSignal are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a cancellation signal, initially not canceled.

Public Properties

[read-only]
IsCanceledbool. Returns true if the operation has been canceled.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.

Public Events

CancelEventDocumentation for this section has not yet been entered.