Opc.Ua.Core
CompletedSynchronously Property (AsyncResultBase)



Opc.Ua Namespace > AsyncResultBase Class : CompletedSynchronously Property
Gets a value that indicates whether the asynchronous operation completed synchronously.
Syntax
'Declaration
 
Public ReadOnly Property CompletedSynchronously As Boolean
'Usage
 
Dim instance As AsyncResultBase
Dim value As Boolean
 
value = instance.CompletedSynchronously
public bool CompletedSynchronously {get;}
public:
property bool CompletedSynchronously {
   bool get();
}

Property Value

true if the asynchronous operation completed synchronously; otherwise, false.
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