Condividi tramite


QueueId.GetQueueId(String, UInt32, UInt32) Metodo

Definizione

Ottiene l'identificatore della coda.

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

Parametri

queueName
String

Nome della coda.

queueId
UInt32

Identificatore della coda.

hash
UInt32

Hash.

Restituisce

Identificatore della coda.

Si applica a