次の方法で共有


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

ハッシュです。

戻り値

キュー識別子。

適用対象