'Declaration
<NotNullAttribute()> Public Operator Widening CType( _ ByVal samplingInterval As Integer _ ) As UAMonitoringParameters
'Usage
[NotNull()] public UAMonitoringParameters operator implicit( int samplingInterval )
[NotNull()] public: operator UAMonitoringParameters^ ( 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
Returns the monitoring parameters object with the specified sampling interval.
This method never returns null
(Nothing
in Visual Basic).