Opc.Ua.Core
WaitForComplete(IAsyncResult) Method



Opc.Ua Namespace > AsyncResultBase Class > WaitForComplete Method : WaitForComplete(IAsyncResult) Method
The result object returned from the Begin method.
Waits for the operation to complete.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AsyncResultBase Class
AsyncResultBase Members
Overload List