IPInterfaceStatistics.OutgoingPacketsDiscarded Property

Definition

Gets the number of outgoing packets that were discarded.

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

Property Value

The total number of outgoing packets that were discarded.

Attributes

Remarks

This data does not include outgoing packets with errors.

Applies to