QueueCacheCursorMoveResultKind
enum
Namespace: Orleans.Streams
Describes the outcome of advancing a queue cache cursor.
public enum QueueCacheCursorMoveResultKindFields
| Name | Value | Description |
|---|---|---|
Invalid | 0 | The result is not initialized. |
Success | 1 | The cursor advanced to a message. |
NoData | 2 | No message is currently available. |
CacheMiss | 3 | The cursor position is older than the messages retained by the cache. |
