EdgeOutputAdapter.Dequeue Method

Dequeues events from the stream associated with this adapter.

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

Syntax

public DequeueOperationResult Dequeue(
    out EdgeEvent eventInstance
)

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.Adapters.DequeueOperationResult
DequeueOperationResult.Success if the operation succeeded.
DequeueOperationResult.Empty if the operation did not succeed and the adapter needs to wait with further Dequeue calls.

See Also

Reference

EdgeOutputAdapter Class

Microsoft.ComplexEventProcessing.Adapters Namespace