Skip to content

QueueCacheCursorResult<TCursor>

struct

Namespace: Orleans.Streams

Represents the result of acquiring a queue cache cursor.
public readonly struct QueueCacheCursorResult<TCursor> : IEquatable<QueueCacheCursorResult<TCursor>>
where TCursor : class

Remarks

A QueueCacheCursorResultKind result contains a non-null Orleans.Streams.QueueCacheCursorResult.Cursor. All other results contain no cursor. A QueueCacheCursorResultKind result contains Orleans.Streams.QueueCacheCursorResult.CacheMiss details, while other results contain no cache-miss details.

Properties

Methods