IPv4InterfaceStatistics.OutgoingPacketsDiscarded 屬性

定義

取得已捨棄的輸出封包數目。

public:
 abstract property long OutgoingPacketsDiscarded { long get(); };
public abstract long OutgoingPacketsDiscarded { get; }
[System.Runtime.Versioning.UnsupportedOSPlatform("freebsd")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("osx")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
public abstract long OutgoingPacketsDiscarded { get; }
member this.OutgoingPacketsDiscarded : int64
[<System.Runtime.Versioning.UnsupportedOSPlatform("freebsd")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("osx")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
member this.OutgoingPacketsDiscarded : int64
Public MustOverride ReadOnly Property OutgoingPacketsDiscarded As Long

屬性值

Int64 值,指定已捨棄的輸出封包總數。

屬性

備註

此數據不包含具有錯誤的傳出封包。

適用於