PointEvent<TPayload>.CreateInsert Method

Creates a point event with the specified payload.

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

Syntax

public static PointEvent<TPayload> CreateInsert(
    DateTimeOffset startTime,
    TPayload payload
)

Parameters

  • payload
    Type: TPayload
    Payload of the event.

Return Value

Type: Microsoft.ComplexEventProcessing.PointEvent<TPayload>
The point event.

See Also

Reference

PointEvent<TPayload> Class

Microsoft.ComplexEventProcessing Namespace