Edit

Share via


QueueId.GetQueueId(String, UInt32, UInt32) Method

Definition

Gets the queue identifier.

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

Parameters

queueName
String

Name of the queue.

queueId
UInt32

The queue identifier.

hash
UInt32

The hash.

Returns

The queue identifier.

Applies to