Condividi tramite


DiscoveryClient.ICommunicationObject.EndOpen(IAsyncResult) Metodo

Definizione

Consente di completare un'operazione asincrona finalizzata ad aprire un oggetto di comunicazione.

 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

Parametri

result
IAsyncResult

Interfaccia IAsyncResult restituita da una chiamata al metodo BeginOpen.

Implementazioni

Si applica a