Bridge

CancellationTokenSource..::..IsCancellationRequested Property

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

Syntax


[FieldPropertyAttribute]
public bool IsCancellationRequested { get; set; }
<FieldPropertyAttribute> _
Public Property IsCancellationRequested As Boolean
	Get
	Set
[FieldPropertyAttribute]
public:
property bool^ IsCancellationRequested {
	bool^ get ();
	void set (bool^ value);
}