AdapterState Enumeration
Enumeration of possible adapter states.
Namespace: Microsoft.ComplexEventProcessing.Adapters
Assembly: Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)
Syntax
public enum AdapterState
Members
Member name | Description | |
---|---|---|
Created | The adapter has just been created, but has not yet been started. | |
Running | The adapter is running and producing events. | |
Suspended | The adapter is suspended and cannot enqueue events. | |
Stopping | The adapter has been asked to stop producing events because the query is being shut down. | |
Stopped | The adapter has finished running and will not be used again. |