'DeclarationPublic Function New( _ ByVal serverOperationContext As UAServerOperationContext, _ ByVal dataVariable As UADataVariable, _ ByVal dataSubscription As IUADataSubscription, _ ByVal action As UADataSubscriptionChangedAction _ )
'UsageDim serverOperationContext As UAServerOperationContext Dim dataVariable As UADataVariable Dim dataSubscription As IUADataSubscription Dim action As UADataSubscriptionChangedAction Dim instance As New UADataSubscriptionChangedEventArgs(serverOperationContext, dataVariable, dataSubscription, action)
public UADataSubscriptionChangedEventArgs( UAServerOperationContext serverOperationContext, UADataVariable dataVariable, IUADataSubscription dataSubscription, UADataSubscriptionChangedAction action )
public: UADataSubscriptionChangedEventArgs( UAServerOperationContext^ serverOperationContext, UADataVariable^ dataVariable, IUADataSubscription^ dataSubscription, UADataSubscriptionChangedAction action )
Parameters
- serverOperationContext
- The context for the server operation.
The value of this parameter cannot be
null(Nothingin Visual Basic). - dataVariable
- The data variable being processed.
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).