ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.EndOpen Méthode

Définition

Termine une opération asynchrone pour ouvrir un objet de communication.

 virtual void System.ServiceModel.ICommunicationObject.EndOpen(IAsyncResult ^ result) = System::ServiceModel::ICommunicationObject::EndOpen;
void ICommunicationObject.EndOpen (IAsyncResult result);
abstract member System.ServiceModel.ICommunicationObject.EndOpen : IAsyncResult -> unit
override this.System.ServiceModel.ICommunicationObject.EndOpen : IAsyncResult -> unit
Sub EndOpen (result As IAsyncResult) Implements ICommunicationObject.EndOpen

Paramètres

result
IAsyncResult

IAsyncResult qui est retourné par un appel à la méthode BeginOpen().

Implémente

S’applique à