Skip to content

QueueCacheCursorMoveResult

struct

Namespace: Orleans.Streams

Represents the result of advancing a queue cache cursor.
public readonly struct QueueCacheCursorMoveResult : IEquatable<QueueCacheCursorMoveResult>

Remarks

A QueueCacheCursorMoveResultKind result indicates that the cursor has a valid current item. All other results indicate that no current item was produced. A QueueCacheCursorMoveResultKind result contains QueueCacheCursorMoveResult details.

Properties

Methods