RemoteProvider.ToEdgeStreamable Method

Include Protected Members
Include Inherited Members

Converts sequence parameterized on high-water mark for replay in checkpoints to temporal stream.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member ToEdgeStreamable<TSource, TPayload>(Func<Nullable<DateTimeOffset>, IQueryable<TSource>>, Expression<Func<TSource, EdgeEvent<TPayload>>>, AdvanceTimeSettings) Converts sequence parameterized on high-water mark for replay in checkpoints to temporal stream.
Public methodStatic member ToEdgeStreamable<TSource, TPayload>(Func<Nullable<DateTimeOffset>, IQbservable<TSource>>, Expression<Func<TSource, EdgeEvent<TPayload>>>, AdvanceTimeSettings) Converts sequence parameterized on high-water mark for replay in checkpoints to temporal stream.
Public methodStatic member ToEdgeStreamable<TSource, TPayload>(IQueryable<TSource>, Expression<Func<TSource, EdgeEvent<TPayload>>>, AdvanceTimeSettings) Converts sequence to temporal stream.
Public methodStatic member ToEdgeStreamable<TSource, TPayload>(IQbservable<TSource>, Expression<Func<TSource, EdgeEvent<TPayload>>>, AdvanceTimeSettings) Converts sequence to temporal stream.

Top

See Also

Reference

RemoteProvider Class

Microsoft.ComplexEventProcessing.Linq Namespace