JoinableTaskFactory.WaitSynchronouslyCore Method (Task)

 

Synchronously blocks the calling thread for the completion of the specified task.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

abstract WaitSynchronouslyCore : 
        task:Task -> unit
override WaitSynchronouslyCore : 
        task:Task -> unit

Parameters

task
Type: System.Threading.Tasks.Task

The task whose completion is being waited on.

Return to top
Show: