ChannelListenerBase.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.
En cas d'implémentation dans une classe dérivée, attend l'arrivée d'un canal.
public:
virtual bool WaitForChannel(TimeSpan timeout);
public bool WaitForChannel (TimeSpan timeout);
abstract member WaitForChannel : TimeSpan -> bool
override this.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
expiré ; sinon false
.