'Declaration
Public Function New( _ ByVal state As Object, _ ByVal resolverDescriptor As UAPubSubResolverDescriptor, _ ByVal publishedDataSetName As String _ )
'Usage
Dim state As Object Dim resolverDescriptor As UAPubSubResolverDescriptor Dim publishedDataSetName As String Dim instance As New UASubscribeDataSetArguments(state, resolverDescriptor, publishedDataSetName)
public UASubscribeDataSetArguments( object state, UAPubSubResolverDescriptor resolverDescriptor, string publishedDataSetName )
public: UASubscribeDataSetArguments( Object^ state, UAPubSubResolverDescriptor^ resolverDescriptor, String^ publishedDataSetName )
Parameters
- 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.
- publishedDataSetName
- Name of the published dataset.