ManagementServiceDiagnosticAspects Enumeration

 

Specifies the different diagnostic aspects that can be turned on or off separately.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

[DataContractAttribute(Name = "DiagnosticAspects", Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")]
[FlagsAttribute]
public enum ManagementServiceDiagnosticAspects
[DataContractAttribute(Name = "DiagnosticAspects", Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")]
[FlagsAttribute]
public enum class ManagementServiceDiagnosticAspects
[<DataContractAttribute(Name = "DiagnosticAspects", Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")>]
[<FlagsAttribute>]
type ManagementServiceDiagnosticAspects
<DataContractAttribute(Name := "DiagnosticAspects", Namespace := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")>
<FlagsAttribute>
Public Enumeration ManagementServiceDiagnosticAspects

Members

Member name Description
Admin

Enables application logging of administrative events.

CepEventTracing

Enables tracing of CEP events as they progress through the queries.

Debug

Enables debug tracing (enter and exit methods, exceptions, and so forth).

DiagnosticViews

Enables diagnostic views.

GenerateErrorReports

Generates error reports on query failures.

None

Disables all diagnostics aspects.

PerformanceCounters

Enables performance counters.

StateChanges

Enables tracing of creation, destruction, and state changes of objects in the engine.

Remarks

This enumeration is used by the GetDiagnosticSettingsRequest and SetDiagnosticSettingsRequest classes.

See Also

Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top