public enum TrafficMonitorUpdateBehavior
Public Enumeration TrafficMonitorUpdateBehavior
Dim instance As TrafficMonitorUpdateBehavior
public enum class TrafficMonitorUpdateBehavior
type TrafficMonitorUpdateBehavior
No code example is currently available or this language may not be supported.
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. |