NamedCacheStats.OutgoingBandwidth Property

 

The total size in bytes of responses sent from the cache.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public long OutgoingBandwidth { get; set; }
public:
property long long OutgoingBandwidth {
    long long get();
    void set(long long value);
}
member OutgoingBandwidth : int64 with get, set
Public Property OutgoingBandwidth As Long

Property Value

Type: System.Int64

Returns Int64.

See Also

NamedCacheStats Class
Microsoft.ApplicationServer.Caching Namespace

Return to top