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, ISpanFormattableProperties
IsDefaultGets a value indicating whether the instance is the default instance.
Methods
CompareTo(QueueId)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.Equals(QueueId)Indicates whether the current object is equal to another object of the same type.Equals(object?)Indicates whether this instance and a specified object are equal.GetHashCodeReturns the hash code for this instance.GetNumericIdGets the numeric identifier.GetQueueId(string, uint, uint)Gets the queue identifier.GetStringNamePrefixGets the queue name prefix.GetUniformHashCodeToStringReturns the fully qualified type name of this instance.ToStringWithHashCodeReturns a string representation of this instance which includes its uniform hash code.operator ==(QueueId, QueueId)operator !=(QueueId, QueueId)
