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

Definition

Slutför en asynkron åtgärd för att öppna ClientBase<TChannel> objektet.

 virtual void System.ServiceModel.ICommunicationObject.EndOpen(IAsyncResult ^ result) = System::ServiceModel::ICommunicationObject::EndOpen;
void ICommunicationObject.EndOpen(IAsyncResult result);
abstract member System.ServiceModel.ICommunicationObject.EndOpen : IAsyncResult -> unit
override this.System.ServiceModel.ICommunicationObject.EndOpen : IAsyncResult -> unit
Sub EndOpen (result As IAsyncResult) Implements ICommunicationObject.EndOpen

Parametrar

result
IAsyncResult

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

Implementeringar

Kommentarer

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

Gäller för