'DeclarationProtected Overloads Overridable Sub OnSamplingIntervalChanged( _ ByVal serverOperationContext As UAServerOperationContext, _ ByVal oldValue As Integer _ )
'UsageDim instance As UADataVariable Dim serverOperationContext As UAServerOperationContext Dim oldValue As Integer instance.OnSamplingIntervalChanged(serverOperationContext, oldValue)
protected virtual void OnSamplingIntervalChanged( UAServerOperationContext serverOperationContext, int oldValue )
protected: virtual void OnSamplingIntervalChanged( UAServerOperationContext^ serverOperationContext, int oldValue )
Parameters
- serverOperationContext
- The context for the server operation.
The value of this parameter cannot be
null(Nothingin Visual Basic). - oldValue
- The old value of the property.