QuickOPC User's Guide and Reference
SamplingInterval Property (_UAMonitoringParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UAMonitoringParameters Interface : SamplingInterval Property
The fastest rate at which the monitored items should be accessed and evaluated (in milliseconds).
Syntax
'Declaration
 
Property SamplingInterval As Integer
'Usage
 
Dim instance As _UAMonitoringParameters
Dim value As Integer
 
instance.SamplingInterval = value
 
value = instance.SamplingInterval
int SamplingInterval {get; set;}
property int SamplingInterval {
   int get();
   void set (    int value);
}
Remarks

In order to obtain or modify this parameter, access the OpcLabs.EasyOpc.UA.OperationModel.UAMonitoredItemArguments.MonitoringParameters.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also