'Declaration
Public Function New( _ ByVal serverDescriptor As ServerDescriptor, _ ByVal itemDescriptor As DAItemDescriptor, _ ByVal state As Object _ )
'Usage
Dim serverDescriptor As ServerDescriptor Dim itemDescriptor As DAItemDescriptor Dim state As Object Dim instance As New DAItemArguments(serverDescriptor, itemDescriptor, state)
public DAItemArguments( ServerDescriptor serverDescriptor, DAItemDescriptor itemDescriptor, object state )
public: DAItemArguments( ServerDescriptor^ serverDescriptor, DAItemDescriptor^ itemDescriptor, Object^ state )
Parameters
- serverDescriptor
- The OPC server involved in the operation.
- itemDescriptor
- The OPC item involved in the operation.
- state
- The state object (can be any value supplied by your code); available in event notifications.