IVsTaskJoinableTask::CancellationToken Property

 

Gets the cancellation token used for this task.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

property CancellationToken CancellationToken {
	CancellationToken get();
}

Property Value

Type: System.Threading::CancellationToken

The cancellation token used for this task.

Return to top
Show: