IVsTask.Wait Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()
Remarks
This method is safe to access from any thread.