CepStream.ToPointEnumerable Method
Include Protected Members
Include Inherited Members
Converts a CepStream of point events to an event sink that implements the IEnumerable interface.
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 | |
---|---|---|
ToPointEnumerable<TPayload>(CepStream<TPayload>) | Converts a CepStream of point events to an event sink that implements the IEnumerable interface. The order of events is FullyOrdered. | |
ToPointEnumerable<TPayload>(CepStream<TPayload>, StreamEventOrder) | Converts a CepStream of point events with the specified event order to an event sink that implements the IEnumerable interface. |
Top