'DeclarationProtected Overloads Overridable Function OnDataSubscriptionChanged( _ ByVal serverOperationContext As UAServerOperationContext, _ ByVal dataSubscription As IUADataSubscription, _ ByVal action As UADataSubscriptionChangedAction _ ) As Boolean
'UsageDim instance As UADataVariable Dim serverOperationContext As UAServerOperationContext Dim dataSubscription As IUADataSubscription Dim action As UADataSubscriptionChangedAction Dim value As Boolean value = instance.OnDataSubscriptionChanged(serverOperationContext, dataSubscription, action)
protected virtual bool OnDataSubscriptionChanged( UAServerOperationContext serverOperationContext, IUADataSubscription dataSubscription, UADataSubscriptionChangedAction action )
protected: virtual bool OnDataSubscriptionChanged( UAServerOperationContext^ serverOperationContext, IUADataSubscription^ dataSubscription, UADataSubscriptionChangedAction action )
Parameters
- serverOperationContext
- The context for the server operation.
The value of this parameter cannot be
null(Nothingin Visual Basic). - dataSubscription
- The data subscription that is the subject of the change.
The value of this parameter cannot be
null(Nothingin Visual Basic). - action
- Describes how the data subscription has changed (add/remove/modify).