'DeclarationPublic Shared Sub UpdateFromElements( _ ByVal dataSetSubscriptionDescriptor As UADataSetSubscriptionDescriptor, _ ByVal pubSubConnectionElement As UAPubSubConnectionElement _ )
'UsageDim dataSetSubscriptionDescriptor As UADataSetSubscriptionDescriptor Dim pubSubConnectionElement As UAPubSubConnectionElement UADataSetSubscriptionDescriptor.UpdateFromElements(dataSetSubscriptionDescriptor, pubSubConnectionElement)
public static void UpdateFromElements( UADataSetSubscriptionDescriptor dataSetSubscriptionDescriptor, UAPubSubConnectionElement pubSubConnectionElement )
public: static void UpdateFromElements( UADataSetSubscriptionDescriptor^ dataSetSubscriptionDescriptor, UAPubSubConnectionElement^ pubSubConnectionElement )
Parameters
- dataSetSubscriptionDescriptor
- The dataset subscription descriptor to update.
The value of this parameter cannot be
null(Nothingin Visual Basic). - pubSubConnectionElement
- The PubSub connection element containing the configuration information.
The value of this parameter can be
null(Nothingin Visual Basic).