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

asyncResult
The reference to the pending asynchronous request to wait for.
PropertyLists
One of these elements is returned for each requested item. ItemName and ItemPath are returned for convenience. If unknown or invalid an error is returned in ResultID. Otherwise, Property contains the list of requested properties. For a detailed description of ItemProperty see the separate section in the OPC specification.
Errors
An array of OPCError elements with the description of the errors occured in this server call. Errors are only present if Items contain result codes.

Glossary Item Box

XML-DA method to asynchronously get item properties from an XML-DA or OPC-DA server.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As OpcXmlDA
Dim asyncResult As IAsyncResult
Dim PropertyLists As PropertyReplyList()
Dim Errors As OPCError()
Dim value As ReplyBase
 
value = instance.EndGetProperties(asyncResult, PropertyLists, Errors)
C# 
public ReplyBase EndGetProperties( 
   IAsyncResult asyncResult,
   out PropertyReplyList[] PropertyLists,
   out OPCError[] Errors
)

Parameters

asyncResult
The reference to the pending asynchronous request to wait for.
PropertyLists
One of these elements is returned for each requested item. ItemName and ItemPath are returned for convenience. If unknown or invalid an error is returned in ResultID. Otherwise, Property contains the list of requested properties. For a detailed description of ItemProperty see the separate section in the OPC specification.
Errors
An array of OPCError elements with the description of the errors occured in this server call. Errors are only present if Items contain result codes.

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.