Partager via


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

Définition

Obtient l’identificateur de file d’attente.

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

Paramètres

queueName
String

Nom de la file d’attente.

queueId
UInt32

Identificateur de file d’attente.

hash
UInt32

Hachage.

Retours

Identificateur de file d’attente.

S’applique à