TypedPointInputAdapter<TPayload>.Enqueue Method

Enqueues the specified event into the stream that is associated with this adapter.

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

Syntax

public EnqueueOperationResult Enqueue(
    ref PointEvent<TPayload> eventInstance
)

Parameters

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.

See Also

Reference

TypedPointInputAdapter<TPayload> Class

Microsoft.ComplexEventProcessing.Adapters Namespace