TypedPointOutputAdapter<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 PointEvent<TPayload> eventInstance
)
Parameters
- eventInstance
Type: Microsoft.ComplexEventProcessing.PointEvent<TPayload>%
Event that is dequeued.
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.