DelegatingJoinableTaskFactory.WaitSynchronously(Task) Method

Definition

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

protected public:
 override void WaitSynchronously(System::Threading::Tasks::Task ^ task);
protected internal override void WaitSynchronously (System.Threading.Tasks.Task task);
override this.WaitSynchronously : System.Threading.Tasks.Task -> unit
Protected Friend Overrides Sub WaitSynchronously (task As Task)

Parameters

task
Task

The task whose completion is being waited on.

Applies to