共用方式為


QueueId.GetQueueId(String, UInt32, UInt32) 方法

定義

取得佇列識別碼。

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

雜湊。

傳回

佇列識別碼。

適用於