'Declaration
Public Function New( _ ByVal eventCallback As EasyUAEventNotificationEventHandler, _ ByVal state As Object, _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor _ )
'Usage
Dim eventCallback As EasyUAEventNotificationEventHandler Dim state As Object Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim instance As New EasyUAMonitoredItemArguments(eventCallback, state, endpointDescriptor, nodeDescriptor)
public EasyUAMonitoredItemArguments( EasyUAEventNotificationEventHandler eventCallback, object state, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor )
public: EasyUAMonitoredItemArguments( EasyUAEventNotificationEventHandler^ eventCallback, Object^ state, UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor )
Parameters
- eventCallback
- A callback method to be invoked for each event notification.
- state
- User-defined state object.
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
- nodeDescriptor
- Node descriptor. Identifies the node in OPC server's address space.