OPC Studio User's Guide and Reference
FastestSamplingInterval Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientMapper Class : FastestSamplingInterval Property
The fastest sampling interval allowed by this mapper.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Property FastestSamplingInterval As Integer
'Usage
 
Dim instance As UAClientMapper
Dim value As Integer
 
instance.FastestSamplingInterval = value
 
value = instance.FastestSamplingInterval
[EditorBrowsable(EditorBrowsableState.Advanced)]
public int FastestSamplingInterval {get; set;}
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
property int FastestSamplingInterval {
   int get();
   void set (    int value);
}

Property Value

The default value of this property is 0.

Remarks
When not equal to zero (the default), all mappings that specify faster sampling interval will use this value.

The getter method of this property is pure, i.e. it does not have observable side effects.

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