'Declaration
Public Function New( _ ByVal callback As EasyUADataSetMessageEventHandler, _ ByVal state As Object, _ ByVal resolverDescriptor As UAPubSubResolverDescriptor, _ ByVal connectionDescriptor As UAPubSubConnectionDescriptor _ )
'Usage
Dim callback As EasyUADataSetMessageEventHandler Dim state As Object Dim resolverDescriptor As UAPubSubResolverDescriptor Dim connectionDescriptor As UAPubSubConnectionDescriptor Dim instance As New EasyUASubscribeDataSetArguments(callback, state, resolverDescriptor, connectionDescriptor)
public EasyUASubscribeDataSetArguments( EasyUADataSetMessageEventHandler callback, object state, UAPubSubResolverDescriptor resolverDescriptor, UAPubSubConnectionDescriptor connectionDescriptor )
public: EasyUASubscribeDataSetArguments( EasyUADataSetMessageEventHandler^ callback, Object^ state, UAPubSubResolverDescriptor^ resolverDescriptor, UAPubSubConnectionDescriptor^ connectionDescriptor )
Parameters
- callback
- A callback method to be invoked for each dataset message received.
- state
- The state object (can be any value supplied by your code); available in event notifications.
- resolverDescriptor
- Describes how the PubSub logical information should be resolved to physical.
- connectionDescriptor
- Descriptor for a PubSub connection (using physical parameters, or logical name).