ChannelListenerBase.WaitForChannel(TimeSpan) Méthode

Définition

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

Boolean

true si un canal est arrivé avant l'intervalle de temps spécifié par le timeout expiré ; sinon false.

Implémente

S’applique à