'Declaration
<ExtensionAttribute()> Public Shared Sub ChangeMultipleDataChangeSubscriptions( _ ByVal client As IEasyUAClient, _ ByVal handleArray() As Integer, _ ByVal samplingInterval As Integer, _ ByVal absoluteDeadbandValue As Double _ )
'Usage
Dim client As IEasyUAClient Dim handleArray() As Integer Dim samplingInterval As Integer Dim absoluteDeadbandValue As Double IEasyUAClientExtension.ChangeMultipleDataChangeSubscriptions(client, handleArray, samplingInterval, absoluteDeadbandValue)
[Extension()] public static void ChangeMultipleDataChangeSubscriptions( IEasyUAClient client, int[] handleArray, int samplingInterval, double absoluteDeadbandValue )
[Extension()] public: static void ChangeMultipleDataChangeSubscriptions( IEasyUAClient^ client, array<int>^ handleArray, 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). - handleArray
- Array of subscription handles
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - 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.