Compartir a través de


QueueId.GetQueueId(String, UInt32, UInt32) Método

Definición

Obtiene el identificador de cola.

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

Parámetros

queueName
String

Nombre de la cola.

queueId
UInt32

Identificador de cola.

hash
UInt32

El hash.

Devoluciones

Identificador de cola.

Se aplica a