System::Threading::CancellationToken::get_None method

CancellationToken::get_None method

Returns an empty System::Threading::CancellationToken value.

static CancellationToken System::Threading::CancellationToken::get_None()

ReturnValue

An empty cancellation token that cannot be canceled.

Remarks

The returned token will never transition to a canceled state.

See Also