TrafficMonitorUpdateBehavior Enumeration

Specifies a behavior of the TrafficChanged and TrafficChanged events.

Definition

Namespace: DevCase.Core.Networking.TrafficMonitoring
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum TrafficMonitorUpdateBehavior

Members

FireAlwaysAfterTick 0 Fires the TrafficChanged event always when the specified UpdateInterval time ticks.
FireWhenTrafficChangesAfterTick 1 Fires the TrafficChanged event only if received or sent bytes changes, after the specified UpdateInterval time ticks.

See Also