Bridge

OperationCanceledException..::..CancellationToken Property

Gets a token associated with the operation that was canceled.

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

Syntax


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

Return Value

A token associated with the operation that was canceled, or a default token.