PointEvent<TPayload>.CreateCti 方法 (DateTimeOffset)

 

在點事件的資料流中建立 CTI。

命名空間:   Microsoft.ComplexEventProcessing
組件:  Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)

語法

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)

參數

  • startTime
    CTI 的時間戳記。

傳回值

Type: Microsoft.ComplexEventProcessing.PointEvent<TPayload>

CTI 事件。

請參閱

PointEvent<TPayload> 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首