System::Threading::CancellationToken::CancellationToken constructor

CancellationToken::CancellationToken constructor

Default constructor.

System::Threading::CancellationToken::CancellationToken()

Remarks

Creates a token that will never be canceled (equivalent to None).

See Also