INetworkStatisticInfoPacketsOutboundDiscarded Property |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsOutboundDiscarded: Number of
outbound packets that were chosen to be discarded even though no errors had been
detected to prevent transmission. One possible reason for discarding such a packet
could be to free up buffer space.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax int PacketsOutboundDiscarded { get; set; }
Property PacketsOutboundDiscarded As Integer
Get
Set
property int PacketsOutboundDiscarded {
int get ();
void set (int value);
}
abstract PacketsOutboundDiscarded : int with get, set
Property Value
Type:
Int32
The packets outbound discarded.
See Also