System::Threading::CancellationToken::get_IsCancellationRequested method

CancellationToken::get_IsCancellationRequested method

Gets whether cancellation has been requested for this token.

bool System::Threading::CancellationToken::get_IsCancellationRequested() const

ReturnValue

true if cancellation has been requested for this token; otherwise, false.

See Also