EnqueueOperationResult Enumeration

 

Represents the result of an Enqueue operation.

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

Syntax

public enum EnqueueOperationResult
public enum class EnqueueOperationResult
type EnqueueOperationResult
Public Enumeration EnqueueOperationResult

Members

Member name Description
Full

The queue is full, and the engine did not accept the event. Further calls to Enqueue will not succeed until the Resume method has been called.

Success

The operation succeeded.

See Also

Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top