Bridge

CancellationToken..::..IsCancellationRequested Property

Gets whether cancellation has been requested for this token.

Namespace:  System.Threading
Assembly:  Bridge (in Bridge.dll)

Syntax


public bool IsCancellationRequested { get; }
Public ReadOnly Property IsCancellationRequested As Boolean
	Get
public:
property bool^ IsCancellationRequested {
	bool^ get ();
}

Return Value

true if cancellation has been requested for this token; otherwise, false.