DequeueOperationResult Enumeration

 

Represents the result of an Dequeue operation.

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

Syntax

public enum DequeueOperationResult
public enum class DequeueOperationResult
type DequeueOperationResult
Public Enumeration DequeueOperationResult

Members

Member name Description
Empty

The operation failed. The caller needs to suspend itself and wait to be notified that they can do more work with the queue.

Success

Operation succeeded.

See Also

Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top