get_IsCancellationRequested()

CancellationToken::get_IsCancellationRequested() const method

Gets whether cancellation has been requested for this token.

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

Return Value

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

See Also