Bridge

CancellationToken..::..None Property

Returns an empty CancellationToken value.

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

Syntax


[FieldPropertyAttribute]
public static CancellationToken None { get; }
<FieldPropertyAttribute> _
Public Shared ReadOnly Property None As CancellationToken
	Get
[FieldPropertyAttribute]
public:
static property CancellationToken^ None {
	CancellationToken^ get ();
}

Return Value

An empty cancellation token.