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

Definition

Beendet einen asynchronen Vorgang, um das ClientBase<TChannel>-Objekt zu öffnen.

 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

Parameter

result
IAsyncResult

Die IAsyncResult-Einstellung, die zum Abschluss des asynchronen Beende-/Öffnungsvorgangs verwendet wird.

Implementiert

Hinweise

Weitere Informationen finden Sie unter System.ServiceModel.Channels.CommunicationObject.

Gilt für