IQueueCacheCursor
interface
Namespace: Orleans.Streams
Enumerates the messages in a stream.
public interface IQueueCacheCursor : IDisposableMethods
GetCurrent(Exception)Get the current value.MoveNextMove to next message in the stream. If it returns false, there are no more messages. The enumerator is still valid however and can be called again when more data has come in on this stream.RecordDeliveryFailureRecords that delivery of the current event has failedRefresh(StreamSequenceToken)Refreshes the cache cursor. Called when new data is added into a cache.
