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

Members

Member name Description
Success Operation succeeded.
Empty The operation failed. The caller needs to suspend itself and wait to be notified that they can do more work with the queue.

See Also

Reference

Microsoft.ComplexEventProcessing.Adapters Namespace