NetworkStatisticInfoPacketsSentNonUnicastPerSec Property |
Win32_PerfFormattedData_Tcpip_NetworkInterface: PacketsSentNonUnicastPerSec: Rate at
which packets are requested to be transmitted to non-unicast (that is, subnet
broadcast or subnet multicast) 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 PacketsSentNonUnicastPerSec { get; set; }
<DataMemberAttribute>
Public Property PacketsSentNonUnicastPerSec As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int PacketsSentNonUnicastPerSec {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract PacketsSentNonUnicastPerSec : int with get, set
[<DataMemberAttribute>]
override PacketsSentNonUnicastPerSec : int with get, set
Property Value
Type:
Int32
The packets sent non unicast per sec.
Implements
INetworkStatisticInfoPacketsSentNonUnicastPerSecSee Also