Bridge

CancellationToken Constructor

Initializes the CancellationToken.

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

Syntax


public CancellationToken(
	bool canceled
)
Public Sub New ( _
	canceled As Boolean _
)
public:
CancellationToken(
	bool^ canceled
)

Parameters

canceled
Type: System..::..Boolean
The canceled state for the token.