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