ClientBase<TChannel>.ICommunicationObject.EndClose(IAsyncResult) Método

Definição

Conclui uma operação assíncrona para fechar o objeto ClientBase<TChannel>.Completes an asynchronous operation to close the ClientBase<TChannel> object.

 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

Parâmetros

result
IAsyncResult

O IAsyncResult usado para concluir a operação close assíncrona.The IAsyncResult used to complete the asynchronous close operation.

Implementações

Comentários

Para obter mais informações, consulte System.ServiceModel.Channels.CommunicationObject.For more information, see System.ServiceModel.Channels.CommunicationObject.

Aplica-se a