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

Definition

Slutför en asynkron åtgärd för att stänga objektet 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

Parametrar

result
IAsyncResult

Används IAsyncResult för att slutföra den asynkrona stängningsåtgärden.

Implementeringar

Kommentarer

Mer information finns i System.ServiceModel.Channels.CommunicationObject.

Gäller för