AdapterState Enumeration

 

Enumeration of possible adapter states.

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

Syntax

public enum AdapterState
public enum class AdapterState
type AdapterState
Public Enumeration 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.

Stopped

The adapter has finished running and will not be used again.

Stopping

The adapter has been asked to stop producing events because the query is being shut down.

Suspended

The adapter is suspended and cannot enqueue events.

See Also

Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top