AsyncPipeline.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 until all currently queued asynchronous operations are done. Blocks the calling thread.
public void Wait ();
abstract member Wait : unit -> unit
override this.Wait : unit -> unit
Public Sub Wait ()