Sdílet prostřednictvím


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

Definice

Dokončí asynchronní operaci pro otevření objektu ClientBase<TChannel> .

 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

Parametry

result
IAsyncResult

Používá IAsyncResult se k dokončení asynchronní operace otevření koncového počítače.

Implementuje

Poznámky

Další informace naleznete v tématu System.ServiceModel.Channels.CommunicationObject.

Platí pro