'Declaration
Public Function New( _ ByVal serverDescriptor As ServerDescriptor, _ ByVal itemDescriptor As DAItemDescriptor _ )
'Usage
Dim serverDescriptor As ServerDescriptor Dim itemDescriptor As DAItemDescriptor Dim instance As New DAClientItemSource(serverDescriptor, itemDescriptor)
public DAClientItemSource( ServerDescriptor serverDescriptor, DAItemDescriptor itemDescriptor )
public: DAClientItemSource( ServerDescriptor^ serverDescriptor, DAItemDescriptor^ itemDescriptor )
Parameters
- serverDescriptor
- The OPC server involved in the operation.
- itemDescriptor
- The OPC item involved in the operation.