'Declaration
Public Function New( _ ByVal resolverDescriptor As UAPubSubResolverDescriptor, _ ByVal publishedDataSetName As String _ )
'Usage
Dim resolverDescriptor As UAPubSubResolverDescriptor Dim publishedDataSetName As String Dim instance As New EasyUASubscribeDataSetArguments(resolverDescriptor, publishedDataSetName)
public EasyUASubscribeDataSetArguments( UAPubSubResolverDescriptor resolverDescriptor, string publishedDataSetName )
public: EasyUASubscribeDataSetArguments( UAPubSubResolverDescriptor^ resolverDescriptor, String^ publishedDataSetName )
Parameters
- resolverDescriptor
- Describes how the PubSub logical information should be resolved to physical.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - publishedDataSetName
- Name of the published dataset.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).