Bridge

CancellationToken..::..CanBeCanceled Property

Gets whether this token is capable of being in the canceled state.

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

Syntax


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

Return Value

true if this token is capable of being in the canceled state; otherwise, false.