IVsTask.Wait Method

Definition

Waits for the task to complete (not including any continuations). If the task returns an error code or an exception, this method returns the same error code.

public:
 void Wait();
public:
 void Wait();
void Wait();
public void Wait ();
abstract member Wait : unit -> unit
Public Sub Wait ()

Applies to