get_CancellationToken()

ParallelOptions::get_CancellationToken() method

Gets the CancellationToken associated with this ParallelOptions instance.

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

Return Value

The CancellationToken that can be used to cancel parallel operations.

See Also