CepStream.ShiftEventTime Method

 

Shifts the event start time to a new time stamp without changing the lifetime.

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static ShiftEventTime<TPayload>(CepStream<TPayload>, Expression<Func<CepEvent, DateTime>>)

Shift event times to the value specified by the shiftExpr parameter. The method does not change event life times.

System_CAPS_pubmethodSystem_CAPS_static ShiftEventTime<TPayload>(CepStream<TPayload>, Expression<Func<CepEvent, TimeSpan>>)

Shift event times by the amount specified by the shiftExpr parameter. The value returned may be positive or negative.

See Also

CepStream Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top