QueueId.GetQueueId(String, UInt32, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得佇列識別碼。
public static Orleans.Streams.QueueId GetQueueId (string queueName, uint queueId, uint hash);
static member GetQueueId : string * uint32 * uint32 -> Orleans.Streams.QueueId
Public Shared Function GetQueueId (queueName As String, queueId As UInteger, hash As UInteger) As QueueId
參數
- queueName
- String
佇列的名稱。
- queueId
- UInt32
佇列識別碼。
- hash
- UInt32
雜湊。
傳回
佇列識別碼。