Skip to content

QueueCacheCursorMoveResultKind

enum

Namespace: Orleans.Streams

Describes the outcome of advancing a queue cache cursor.
public enum QueueCacheCursorMoveResultKind

Fields

NameValueDescription
Invalid0The result is not initialized.
Success1The cursor advanced to a message.
NoData2No message is currently available.
CacheMiss3The cursor position is older than the messages retained by the cache.