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

Definitie

Hiermee voltooit u een asynchrone bewerking om het ClientBase<TChannel> object te sluiten.

 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

Parameters

result
IAsyncResult

De IAsyncResult bewerking voor het voltooien van de asynchrone sluiting.

Implementeringen

Opmerkingen

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

Van toepassing op