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

asyncResult
The reference to the pending asynchronous request to wait for.
RItemList
A container with an array of item information It is expected that there are one or more Item elements in the list. The WriteResponse will maintain the order of Items in the Write request. The data type of the returned value(s) must match the data type of the value(s) being supplied in the Write request. The Value element is only present if ReturnValuesOnReply was True. Timestamp is only present if ReturnItemTime was True.
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 write a set of item values to either an XML-DA or OPC-DA server.

Syntax

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

Parameters

asyncResult
The reference to the pending asynchronous request to wait for.
RItemList
A container with an array of item information It is expected that there are one or more Item elements in the list. The WriteResponse will maintain the order of Items in the Write request. The data type of the returned value(s) must match the data type of the value(s) being supplied in the Write request. The Value element is only present if ReturnValuesOnReply was True. Timestamp is only present if ReturnItemTime was True.
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.