IChannelListener.WaitForChannel(TimeSpan) Méthode

Définition

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 à