System::Threading::CancellationTokenSource::get_Token method

CancellationTokenSource::get_Token method

Gets the cancellation token associated with this source.

CancellationToken System::Threading::CancellationTokenSource::get_Token() const

ReturnValue

A cancellation token that can be passed to cancelable operations.

See Also