XML-DA method to asynchronously read a set of item values from an XML-DA or OPC-DA server.
Syntax
Parameters
- Options
- Container with options used in most server calls.
- ItemList
- The container for the individual Items.
It is expected that there are one or more Items per ItemList.
- callback
- Delegate of the method to be called when the asynchronous operation is completed.
- asyncState
- A user-provided object that distinguishes this particular asynchronous request from other requests.
Return Value
An object that supports the IAsyncResult interface stores state information for an asynchronous operation,
and provides a synchronization object to allow threads to be signaled when the operation
Requirements
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>
See Also