Traffic Methods |
The Traffic type exposes the following members.
Name | Description | |
---|---|---|
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSpeed(UInt64, DateTime, SpeedUnit) |
Query each of this Traffic's TrafficSources to get the speed along a given link at a given time.
| |
GetSpeed(UInt64, DateTime, TimeZone, SpeedUnit) |
Query each of this Traffic's TrafficSources to get the speed along a given link at a given time and timezone.
| |
GetSpeed(UInt64, TrafficDirectionType, DateTime, SpeedUnit) |
Query each of this Traffic's TrafficSources to get the speed along a given link at a given time and link direction.
| |
GetSpeed(UInt64, TrafficDirectionType, DateTime, TimeZone, SpeedUnit) |
Query each of this Traffic's TrafficSources to get the speed along a given link at a given time, link direction and timezone.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |