Click or drag to resize

NetworkStatisticInfoPacketsSentUnicastPerSec Property

Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsSentUnicastPerSec: Rate at which packets are requested to be transmitted to subnet-unicast addresses by higher-level protocols. The rate includes the packets that were discarded or not sent.

Namespace:  Xcalibur.Models.Hardware.Network
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public int PacketsSentUnicastPerSec { get; set; }

Property Value

Type: Int32
The packets sent unicast per sec.

Implements

INetworkStatisticInfoPacketsSentUnicastPerSec
See Also