IPv4InterfaceStatistics.OutgoingPacketsDiscarded Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nombre de paquets sortants qui ont été ignorés.
public:
abstract property long OutgoingPacketsDiscarded { long 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; }
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")>]
member this.OutgoingPacketsDiscarded : int64
member this.OutgoingPacketsDiscarded : int64
Public MustOverride ReadOnly Property OutgoingPacketsDiscarded As Long
Valeur de propriété
Valeur Int64 qui spécifie le nombre total de paquets sortants ignorés.
- Attributs
Remarques
Ces données n’incluent pas les paquets sortants avec des erreurs.