IChannelListener.WaitForChannel(TimeSpan) 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.
Attend l'arrivée d'un canal.
public:
bool WaitForChannel(TimeSpan timeout);
public bool WaitForChannel (TimeSpan timeout);
abstract member WaitForChannel : TimeSpan -> bool
Public Function WaitForChannel (timeout As TimeSpan) As Boolean
Paramètres
- timeout
- TimeSpan
Le TimeSpan qui spécifie le délai d'exécution d'une opération d'attente de canal avant expiration.
Retours
true
si un canal est arrivé avant l'intervalle de temps spécifié par le timeout
; sinon false
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.