IntervalEvent.CreateCti<TPayload> Method
Creates a CTI in a stream of interval events.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public static IntervalEvent<TPayload> CreateCti<TPayload>(
DateTimeOffset startTime
)
Type Parameters
- TPayload
Type of the event payload.
Parameters
- startTime
Type: System.DateTimeOffset
Timestamp of the CTI.
Return Value
Type: Microsoft.ComplexEventProcessing.IntervalEvent<TPayload>
The CTI event.