NetworkTrafficMonitorUpdateInterval Property
Gets a value, in milliseconds, that determines when the monitor will update the traffic values.
Namespace: DevCase.Core.Networking.TrafficMonitoringAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual int UpdateInterval { get; set; }
Public Overridable Property UpdateInterval As Integer
Get
Set
Dim instance As NetworkTrafficMonitor
Dim value As Integer
value = instance.UpdateInterval
instance.UpdateInterval = value
public:
virtual property int UpdateInterval {
int get ();
void set (int value);
}
abstract UpdateInterval : int with get, set
override UpdateInterval : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
A value, in milliseconds, that determines when the monitor will update the traffic values.