IntervalEvent<TPayload>.CreateCti Method (DateTimeOffset)

 

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(
    DateTimeOffset startTime
)
public:
static IntervalEvent<TPayload>^ CreateCti(
    DateTimeOffset startTime
)
static member CreateCti : 
        startTime:DateTimeOffset -> IntervalEvent<'TPayload>
Public Shared Function CreateCti (
    startTime As DateTimeOffset
) As IntervalEvent(Of TPayload)

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.IntervalEvent<TPayload>

The CTI event.

See Also

IntervalEvent<TPayload> Class
Microsoft.ComplexEventProcessing Namespace

Return to top