HostInfo IP AverageNetworkLoadOutgoing Method NetworkComms.Net Help
Returns the averaged value of CurrentNetworkLoadIncoming, as a value between 0 and 1, for a time window of up to 254 seconds. Triggers load analysis upon first call.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static double AverageNetworkLoadOutgoing(
	byte secondsToAverage
)

Parameters

secondsToAverage
Type: OnlineSystem Byte
Number of seconds over which historical data should be used to arrive at an average

Return Value

Type: OnlineDouble
Average network load as a double between 0 and 1
See Also