System::Threading::CancellationTokenSource::get_IsCancellationRequested‑metod

CancellationTokenSource::get_IsCancellationRequested method

Hämtar om avbokning har begärts.

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

ReturnValue

true om Cancel() har anropats, false annars.

Se även