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

哈希。

返回

队列标识符。

适用于