'Declaration
<ExtensionAttribute()> Public Overloads Shared Function SubscribeDataSet( _ ByVal subscriber As IEasyUASubscriber, _ ByVal pubSubResolverDescriptor As UAPubSubResolverDescriptor, _ ByVal publishedDataSetName As String _ ) As Integer
'Usage
Dim subscriber As IEasyUASubscriber Dim pubSubResolverDescriptor As UAPubSubResolverDescriptor Dim publishedDataSetName As String Dim value As Integer value = IEasyUASubscriberExtension.SubscribeDataSet(subscriber, pubSubResolverDescriptor, publishedDataSetName)
[Extension()] public static int SubscribeDataSet( IEasyUASubscriber subscriber, UAPubSubResolverDescriptor pubSubResolverDescriptor, string publishedDataSetName )
[Extension()] public: static int SubscribeDataSet( IEasyUASubscriber^ subscriber, UAPubSubResolverDescriptor^ pubSubResolverDescriptor, String^ publishedDataSetName )
Parameters
- subscriber
- The subscriber object that will perform the operation.
This is typically the EasyUASubscriber object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - pubSubResolverDescriptor
- 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).