CacheDiagnostics Class

 

Used to configure cache diagnostics.

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

Inheritance Hierarchy

System.Object
  Microsoft.ApplicationServer.Caching.AzureCommon.CacheDiagnostics

Syntax

public static class CacheDiagnostics
public ref class CacheDiagnostics abstract sealed 
[<AbstractClass>]
[<Sealed>]
type CacheDiagnostics = class end
Public NotInheritable Class CacheDiagnostics

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static ConfigureDiagnostics(DiagnosticMonitorConfiguration)

Configures cache diagnostics using the specified diagnostic monitor configuration. This uses the diagnostic configuration setting to update any dynamic changes.

System_CAPS_pubmethodSystem_CAPS_static ConfigureDiagnostics(String, DiagnosticMonitorConfiguration)

Configures cache diagnostics using the specified diagnostic monitor configuration. This uses the diagnostic configuration setting to update any dynamic changes.

System_CAPS_pubmethodSystem_CAPS_static ConfigureMemcacheShimCrashDumps(DiagnosticMonitorConfiguration)

Configures memcache shim diagnostics using the specified diagnostic monitor configuration.

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

Microsoft.ApplicationServer.Caching.AzureCommon Namespace

Return to top