QueueId.GetQueueId(String, UInt32, UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.