'Declaration
<NotNullAttribute()> Public Shared Function FromInt32( _ ByVal samplingInterval As Integer _ ) As UAMonitoringParameters
'Usage
Dim samplingInterval As Integer Dim value As UAMonitoringParameters value = UAMonitoringParameters.FromInt32(samplingInterval)
[NotNull()] public static UAMonitoringParameters FromInt32( int samplingInterval )
[NotNull()] public: static UAMonitoringParameters^ FromInt32( int samplingInterval )
Parameters
- 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)
.
Return Value
This method never returns null
(Nothing
in Visual Basic).