EdgeEvent.CreateCti<TPayload> Method

Creates a CTI in a stream of edge events.

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

Syntax

public static EdgeEvent<TPayload> CreateCti<TPayload>(
    DateTimeOffset startTime
)

Type Parameters

  • TPayload
    Type of the event payload.

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.EdgeEvent<TPayload>
The CTI event.

See Also

Reference

EdgeEvent Class

Microsoft.ComplexEventProcessing Namespace