Compartilhar via


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

Definição

Obtém o identificador de fila.

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

Nome da fila.

queueId
UInt32

O identificador da fila.

hash
UInt32

O hash.

Retornos

O identificador da fila.

Aplica-se a