'Declaration
<ExtensionAttribute()> Public Shared Sub ChangeDataChangeSubscription( _ ByVal client As IEasyUAClient, _ ByVal handle As Integer, _ ByVal samplingInterval As Integer, _ ByVal absoluteDeadbandValue As Double _ )
'Usage
Dim client As IEasyUAClient Dim handle As Integer Dim samplingInterval As Integer Dim absoluteDeadbandValue As Double IEasyUAClientExtension.ChangeDataChangeSubscription(client, handle, samplingInterval, absoluteDeadbandValue)
[Extension()] public static void ChangeDataChangeSubscription( IEasyUAClient client, int handle, int samplingInterval, double absoluteDeadbandValue )
[Extension()] public: static void ChangeDataChangeSubscription( IEasyUAClient^ client, int handle, int samplingInterval, double absoluteDeadbandValue )
Parameters
- client
- The client object that will perform the operation.
This is typically the EasyUAClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - handle
- Monitored item subscription handle as returned by the subscription method.
- samplingInterval
- The sampling interval (in milliseconds) indicates the fastest rate at which the Server should sample its underlying source for data changes.
Valid values of this parameter are in the range from
-1
to2147483647 (Int32.MaxValue)
. - absoluteDeadbandValue
- The value of absolute deadband.