JoinableTask::Join Method (CancellationToken)
Visual Studio 2015
Synchronously blocks the calling thread until the operation has completed. If the calling thread is the Main thread, deadlocks are mitigated.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Parameters
- cancellationToken
-
Type:
System.Threading::CancellationToken
A cancellation token that will exit this method before the task is completed.
Show: