EdgeEvent<TPayload>.CreateCti Method (DateTimeOffset)

 

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

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.EdgeEvent<TPayload>

The CTI event.

See Also

EdgeEvent<TPayload> Class
Microsoft.ComplexEventProcessing Namespace

Return to top