DataCacheTraceSink Enumeration

 

Provides fields that specify the type of cache client tracing to use with the SetSink method. Applies only to Windows Azure Caching.

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

Syntax

public enum DataCacheTraceSink
public enum class DataCacheTraceSink
type DataCacheTraceSink
Public Enumeration DataCacheTraceSink

Members

Member name Description
DiagnosticSink

A trace sink that uses standard Windows Azure Caching diagnostics. Applies only to Windows Azure Caching.

EtwSink

A trace sink that uses Event Tracing for Windows (ETW) to record the trace data. Not supported in Windows Azure Shared Caching.

Remarks

For more information, see .634c0a1b-2ee9-4e6b-ac3e-568e4f519e70

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top