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

Members

Member name Description
None Disables all diagnostics aspects.
DiagnosticViews Enables diagnostic views.
Debug Enables debug tracing (enter and exit methods, exceptions, and so forth).
StateChanges Enables tracing of creation, destruction, and state changes of objects in the engine.
CepEventTracing Enables tracing of CEP events as they progress through the queries.
GenerateErrorReports Generates error reports on query failures.
PerformanceCounters Enables performance counters.
Admin Enables application logging of administrative events.

Remarks

This enumeration is used by the GetDiagnosticSettingsRequest and SetDiagnosticSettingsRequest classes.

See Also

Reference

Microsoft.ComplexEventProcessing.ManagementService Namespace