QueueId クラス

定義

永続キューの識別子。 Orleans ストリーミング拡張機能によって使用されます。

[Orleans.Concurrency.Immutable]
[System.Serializable]
public class QueueId : IComparable<Orleans.Streams.QueueId>, IEquatable<Orleans.Streams.QueueId>
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public readonly struct QueueId : IComparable<Orleans.Streams.QueueId>, IEquatable<Orleans.Streams.QueueId>, ISpanFormattable
[<Orleans.Concurrency.Immutable>]
[<System.Serializable>]
type QueueId = class
    interface IEquatable<QueueId>
    interface IComparable<QueueId>
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type QueueId = struct
    interface ISpanFormattable
    interface IFormattable
Public Class QueueId
Implements IComparable(Of QueueId), IEquatable(Of QueueId)
Public Structure QueueId
Implements IComparable(Of QueueId), IEquatable(Of QueueId), ISpanFormattable
継承
QueueId
継承
QueueId
属性
実装

プロパティ

IsDefault

インスタンスが既定のインスタンスであるかどうかを示す値を取得します。

メソッド

CompareTo(QueueId)

永続キューの識別子。 Orleans ストリーミング拡張機能によって使用されます。

Equals(Object)

永続キューの識別子。 Orleans ストリーミング拡張機能によって使用されます。

Equals(QueueId)

永続キューの識別子。 Orleans ストリーミング拡張機能によって使用されます。

GetHashCode()

永続キューの識別子。 Orleans ストリーミング拡張機能によって使用されます。

GetNumericId()

数値識別子を取得します。

GetQueueId(String, UInt32, UInt32)

キュー識別子を取得します。

GetStringNamePrefix()

キュー名プレフィックスを取得します。

GetUniformHashCode()

永続キューの識別子。 Orleans ストリーミング拡張機能によって使用されます。

ToString()

永続キューの識別子。 Orleans ストリーミング拡張機能によって使用されます。

ToStringWithHashCode()

均一なハッシュ コードを含む、このインスタンスの文字列表現を返します。

演算子

Equality(QueueId, QueueId)

永続キューの識別子。 Orleans ストリーミング拡張機能によって使用されます。

Inequality(QueueId, QueueId)

永続キューの識別子。 Orleans ストリーミング拡張機能によって使用されます。

明示的なインターフェイスの実装

IFormattable.ToString(String, IFormatProvider)

永続キューの識別子。 Orleans ストリーミング拡張機能によって使用されます。

ISpanFormattable.TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)

永続キューの識別子。 Orleans ストリーミング拡張機能によって使用されます。

適用対象