TypedIntervalOutputAdapter<TPayload>.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 IntervalEvent<TPayload> 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. After this the adapter can be resumed at any moment by the runtime.

See Also

Reference

TypedIntervalOutputAdapter<TPayload> Class

Microsoft.ComplexEventProcessing.Adapters Namespace