IChannelListener.EndWaitForChannel(IAsyncResult) Méthode

Définition

Termine une opération asynchrone d'attente d'arrivée de canaux.

public:
 bool EndWaitForChannel(IAsyncResult ^ result);
public bool EndWaitForChannel (IAsyncResult result);
abstract member EndWaitForChannel : IAsyncResult -> bool
Public Function EndWaitForChannel (result As IAsyncResult) As Boolean

Paramètres

result
IAsyncResult

IAsyncResult retourné par un appel à la méthode EndWaitForChannel(IAsyncResult).

Retours

Boolean

true si un message est arrivé ; sinon false.

S’applique à