IPv4InterfaceStatistics::OutputQueueLength Property

 

Gets the length of the output queue.

Namespace:   System.Net.NetworkInformation
Assembly:  System (in System.dll)

public:
property long long OutputQueueLength {
	virtual long long get() abstract;
}

Property Value

Type: System::Int64

An Int64 value that specifies the total number of packets in the output queue.

.NET Framework
Available since 2.0
Return to top
Show: