XMLDA.NET Reference
EndGetStatus Method
See Also  Send Feedback
xmldanet.xmlda Namespace > OpcXmlDA Class : EndGetStatus Method

asyncResult
The reference to the pending asynchronous request to wait for.
Status
Returned server status information.

Glossary Item Box

XML-DA method to asynchronously read the current XML-DA or OPC-DA server status.
The purpose of the GetStatus service is:
- It provides a common mechanism for checking the status of the server - whether it is operational or in need of maintenance.
- It provides a common mechanism for obtaining vendor-specific information about the server that is not available through the other OPC services (version number, etc).
- Provides insight for clients as to the relative time synchronization between the client and server. As an example, this information is useful for Read requests.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As OpcXmlDA
Dim asyncResult As IAsyncResult
Dim Status As ServerStatus
Dim value As ReplyBase
 
value = instance.EndGetStatus(asyncResult, Status)
C# 
public ReplyBase EndGetStatus( 
   IAsyncResult asyncResult,
   out ServerStatus Status
)

Parameters

asyncResult
The reference to the pending asynchronous request to wait for.
Status
Returned server status information.

Return Value

Container of information that represents the basic information for most responses.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.