QueryState Enumeration

Enumerates a list of possible query states.

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

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management")]
public enum QueryState

Members

Member name Description
Started The Query has been started, and is processing events.
Stopped The query has been stopped.

See Also

Reference

Microsoft.ComplexEventProcessing.ManagementService Namespace