ClientPerformanceCounters Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.ApplicationServer.Caching..::..ClientPerformanceCounters

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

Syntax

'Declaration
Public NotInheritable Class ClientPerformanceCounters _
    Implements IDisposable
'Usage
Dim instance As ClientPerformanceCounters
public sealed class ClientPerformanceCounters : IDisposable
public ref class ClientPerformanceCounters sealed : IDisposable
[<SealedAttribute>]
type ClientPerformanceCounters =  
    class
        interface IDisposable
    end
public final class ClientPerformanceCounters implements IDisposable

The ClientPerformanceCounters type exposes the following members.

Methods

  Name Description
Public method Dispose Infrastructure. Internal.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member AverageCacheBulkGetLatencyBaseCounterName Infrastructure.
Public fieldStatic member AverageCacheBulkGetLatencyCounterName Infrastructure.
Public fieldStatic member AverageCacheGetLatencyBaseCounterName Infrastructure.
Public fieldStatic member AverageCacheGetLatencyCounterName Infrastructure.
Public fieldStatic member AverageCachePutLatencyBaseCounterName Infrastructure.
Public fieldStatic member AverageCachePutLatencyCounterName Infrastructure.
Public fieldStatic member AverageNetworkLatencyBaseCounterName Infrastructure.
Public fieldStatic member AverageNetworkLatencyCounterName Infrastructure.
Public fieldStatic member CounterCategoryHelp Infrastructure.
Public fieldStatic member CounterCategoryName Infrastructure.
Public fieldStatic member FailureExceptionRate Infrastructure.
Public fieldStatic member IncomingDataRateCounterName Infrastructure.
Public fieldStatic member NetworkExceptionRate Infrastructure.
Public fieldStatic member OutgoingDataRateCounterName Infrastructure.
Public fieldStatic member PercentageLocalCacheFullBaseCounterName Infrastructure.
Public fieldStatic member PercentageLocalCacheFullCounterName Infrastructure.
Public fieldStatic member PercentageLocalCacheHitsBaseCounterName Infrastructure.
Public fieldStatic member PercentageLocalCacheHitsCounterName Infrastructure.
Public fieldStatic member RequestPerSecondCounterName Infrastructure.
Public fieldStatic member RetryExceptionRateCounterName Infrastructure.
Public fieldStatic member ServerResponseDroppedCounterName Infrastructure.
Public fieldStatic member TimeoutExceptionRateCounterName Infrastructure.
Public fieldStatic member TotalConnectionRequestsFailedCounterName Infrastructure.
Public fieldStatic member TotalConnectionsCounterName Infrastructure.
Public fieldStatic member TotalFailureExceptionsCounterName Infrastructure.
Public fieldStatic member TotalItemsInLocalCacheCounterName Infrastructure.
Public fieldStatic member TotalLocalCacheHitsCounterName Infrastructure.
Public fieldStatic member TotalNetworkExceptionsCounterName Infrastructure.
Public fieldStatic member TotalNotificationsReceivedCounterName Infrastructure.
Public fieldStatic member TotalOutstandingRequestsCounterName Infrastructure.
Public fieldStatic member TotalReadsCounterName Infrastructure.
Public fieldStatic member TotalRequestsCounterName Infrastructure.
Public fieldStatic member TotalRetryExceptionsCounterName Infrastructure.
Public fieldStatic member TotalTimeoutExceptionsCounterName Infrastructure.
Public fieldStatic member TotalWritesCounterName Infrastructure.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ApplicationServer.Caching Namespace