'Declaration
Public Function New( _ ByVal connectionDescriptor As UAPubSubConnectionDescriptor, _ ByVal publisherId As UAPublisherId, _ ByVal writerGroupName As String, _ ByVal dataSetWriterName As String _ )
'Usage
Dim connectionDescriptor As UAPubSubConnectionDescriptor Dim publisherId As UAPublisherId Dim writerGroupName As String Dim dataSetWriterName As String Dim instance As New UADataSetSubscriptionDescriptor(connectionDescriptor, publisherId, writerGroupName, dataSetWriterName)
public UADataSetSubscriptionDescriptor( UAPubSubConnectionDescriptor connectionDescriptor, UAPublisherId publisherId, string writerGroupName, string dataSetWriterName )
public: UADataSetSubscriptionDescriptor( UAPubSubConnectionDescriptor^ connectionDescriptor, UAPublisherId^ publisherId, String^ writerGroupName, String^ dataSetWriterName )
Parameters
- connectionDescriptor
- Descriptor for a PubSub connection (using physical parameters, or logical name).
- publisherId
- The publisher Id.
- writerGroupName
- A logical name of the writer group.
- dataSetWriterName
- A logical name of the dataset writer.