SimpleQueueCacheCursor
class
Namespace: Orleans.Providers.Streams.Common
Cursor into a simple queue cache.
public class SimpleQueueCacheCursor : IQueueCacheCursor, IDisposableConstructors
SimpleQueueCacheCursor(SimpleQueueCache, StreamId, ILogger)Cursor into a simple queue cache
Methods
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.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.ToStringReturns a string that represents the current object.
