System::Threading::CancellationTokenSource::get_IsCancellationRequested method

CancellationTokenSource::get_IsCancellationRequested method

Gets whether cancellation has been requested.

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

ReturnValue

true if Cancel() has been called, false otherwise.

See Also