QueueCacheCursorResultKind
enum
Namespace: Orleans.Streams
Describes the outcome of acquiring a queue cache cursor.
public enum QueueCacheCursorResultKindFields
| Name | Value | Description |
|---|---|---|
Invalid | 0 | The result is not initialized. |
Success | 1 | A cursor was acquired. |
CacheMiss | 2 | The requested position is older than the messages retained by the cache. |
NotSupported | 3 | The requested operation is not supported by the cache. |
