Share via


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

Definizione

Completa un'operazione asincrona di chiusura dell'oggetto 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

Parametri

result
IAsyncResult

Interfaccia IAsyncResult utilizzata per completare l'operazione asincrona di chiusura.

Implementazioni

Commenti

Per altre informazioni, vedere System.ServiceModel.Channels.CommunicationObject.

Si applica a