Skip to content

QueueId

struct

Namespace: Orleans.Streams

Identifier of a durable queue. Used by Orleans streaming extensions.
[Orleans.Immutable]
[Orleans.GenerateSerializer]
public readonly struct QueueId : IComparable<QueueId>, IEquatable<QueueId>, IFormattable, ISpanFormattable

Properties

  • IsDefault Gets a value indicating whether the instance is the default instance.

Methods