PointEvent<TPayload>.CreateCti Method (DateTimeOffset)

 

Creates a CTI in a stream of point events.

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

Syntax

public static PointEvent<TPayload> CreateCti(
    DateTimeOffset startTime
)
public:
static PointEvent<TPayload>^ CreateCti(
    DateTimeOffset startTime
)
static member CreateCti : 
        startTime:DateTimeOffset -> PointEvent<'TPayload>
Public Shared Function CreateCti (
    startTime As DateTimeOffset
) As PointEvent(Of TPayload)

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.PointEvent<TPayload>

The CTI event.

See Also

PointEvent<TPayload> Class
Microsoft.ComplexEventProcessing Namespace

Return to top