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

Definition

Beendet einen asynchronen Vorgang, um das ClientBase<TChannel>-Objekt 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

Die IAsyncResult-Einstellung, die zum Abschluss des asynchronen Schließvorgangs verwendet wird.

Implementiert

Hinweise

Weitere Informationen finden Sie unter System.ServiceModel.Channels.CommunicationObject.

Gilt für