Share via


QueueId 類別

定義

長期佇列的識別碼。 由篩選串流延伸模組使用。

[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)

長期佇列的識別碼。 由篩選串流延伸模組使用。

Equals(Object)

長期佇列的識別碼。 由篩選串流延伸模組使用。

Equals(QueueId)

長期佇列的識別碼。 由篩選串流延伸模組使用。

GetHashCode()

長期佇列的識別碼。 由篩選串流延伸模組使用。

GetNumericId()

取得數值識別碼。

GetQueueId(String, UInt32, UInt32)

取得佇列識別碼。

GetStringNamePrefix()

取得佇列名稱前置詞。

GetUniformHashCode()

長期佇列的識別碼。 由篩選串流延伸模組使用。

ToString()

長期佇列的識別碼。 由篩選串流延伸模組使用。

ToStringWithHashCode()

傳回這個實例的字串表示,其中包含其統一雜湊碼。

運算子

Equality(QueueId, QueueId)

長期佇列的識別碼。 由篩選串流延伸模組使用。

Inequality(QueueId, QueueId)

長期佇列的識別碼。 由篩選串流延伸模組使用。

明確介面實作

IFormattable.ToString(String, IFormatProvider)

長期佇列的識別碼。 由篩選串流延伸模組使用。

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

長期佇列的識別碼。 由篩選串流延伸模組使用。

適用於