get_Token()

CancellationTokenSource::get_Token() const method

Gets the cancellation token associated with this source.

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

Return Value

A cancellation token that can be passed to cancelable operations.

See Also