ClientBase<TChannel>.ICommunicationObject.EndClose(IAsyncResult) Yöntem

Tanım

Nesneyi kapatmak için zaman uyumsuz bir işlemi tamamlar 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

Parametreler

result
IAsyncResult

zaman IAsyncResult uyumsuz kapatma işlemini tamamlamak için kullanılır.

Uygulamalar

Açıklamalar

Daha fazla bilgi için bkz. System.ServiceModel.Channels.CommunicationObject.

Şunlara uygulanır