ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.EndClose Methode

Definition

Beendet einen asynchronen Vorgang, um ein Kommunikationsobjekt zu schließen.

 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

Parameter

result
IAsyncResult

Das IAsyncResult, das von einem Aufruf der BeginClose()-Methode zurückgegeben wird.

Implementiert

Gilt für