Opc.Ua.Core
WaitForComplete() Method



Opc.Ua Namespace > AsyncResultBase Class > WaitForComplete Method : WaitForComplete() Method
Waits for the operation to complete.
Syntax
'Declaration
 
Public Overloads Function WaitForComplete() As Boolean
'Usage
 
Dim instance As AsyncResultBase
Dim value As Boolean
 
value = instance.WaitForComplete()
public bool WaitForComplete()
public:
bool WaitForComplete(); 

Return Value

True if operation completed without any errors.
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