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
- startTime
Type: System.DateTimeOffset
Timestamp of the point event.
- payload
Type: TPayload
Payload of the event.
Return Value
Type: Microsoft.ComplexEventProcessing.PointEvent<TPayload>
The point event.