System::Threading::CancellationTokenSource::Cancel method

CancellationTokenSource::Cancel method

Communicates a request for cancellation.

void System::Threading::CancellationTokenSource::Cancel()

Remarks

Callbacks are executed synchronously during this call.

See Also