'DeclarationPublic Overloads Shared Sub WaitForComplete( _ ByVal ar As IAsyncResult _ )
'UsageDim ar As IAsyncResult AsyncResultBase.WaitForComplete(ar)
public static void WaitForComplete( IAsyncResult ar )
public: static void WaitForComplete( IAsyncResult^ ar )
Parameters
- ar
 - The result object returned from the Begin method.