Share via


IPInterfaceStatistics.OutgoingPacketsDiscarded Propriedade

Definição

Obtém o número de pacotes de saída que foram descartados.

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

Valor da propriedade

O número total de pacotes de saída que foram descartados.

Atributos

Comentários

Esses dados não incluem pacotes de saída com erros.

Aplica-se a