PointOutputAdapter.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 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 adapter had been stopped.

See Also

Reference

PointOutputAdapter Class

Microsoft.ComplexEventProcessing.Adapters Namespace