ClientBase<TChannel>.ICommunicationObject.EndOpen(IAsyncResult) Methode

Definitie

Hiermee wordt een asynchrone bewerking voltooid om het ClientBase<TChannel> object te openen.

 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

Parameters

result
IAsyncResult

De IAsyncResult bewerking die wordt gebruikt om de asynchrone eindbewerking te voltooien.

Implementeringen

Opmerkingen

Zie System.ServiceModel.Channels.CommunicationObject voor meer informatie.

Van toepassing op