System::Threading::Tasks::ParallelOptions::get_CancellationToken method

ParallelOptions::get_CancellationToken method

Gets the CancellationToken associated with this ParallelOptions instance.

const CancellationToken & System::Threading::Tasks::ParallelOptions::get_CancellationToken()

ReturnValue

The CancellationToken that can be used to cancel parallel operations.

See Also