Skip to content

QueueCacheCursorResultKind

enum

Namespace: Orleans.Streams

Describes the outcome of acquiring a queue cache cursor.
public enum QueueCacheCursorResultKind

Fields

NameValueDescription
Invalid0The result is not initialized.
Success1A cursor was acquired.
CacheMiss2The requested position is older than the messages retained by the cache.
NotSupported3The requested operation is not supported by the cache.