QueueId.GetQueueId(String, UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.