EdgeInputAdapter.Enqueue Method
Enqueues an event into the stream associated with this adapter.
Namespace: Microsoft.ComplexEventProcessing.Adapters
Assembly: Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)
Syntax
public EnqueueOperationResult Enqueue(
ref EdgeEvent eventInstance
)
Parameters
- eventInstance
Type: Microsoft.ComplexEventProcessing.EdgeEvent%
Event instance.
Return Value
Type: Microsoft.ComplexEventProcessing.Adapters.EnqueueOperationResult
EnqueueOperationResult.Success if the operation succeeded.
EnqueueOperationResult.Full if the operation did not succeed because the queue is full.