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

Definice

Dokončí asynchronní operaci, aby se objekt zavřel ClientBase<TChannel> .

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

Parametry

result
IAsyncResult

Slouží IAsyncResult k dokončení asynchronní operace uzavření.

Implementuje

Poznámky

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

Platí pro