ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.EndOpen Metod

Definition

Slutför en asynkron åtgärd för att öppna ett kommunikationsobjekt.

 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

Det IAsyncResult som returneras av ett anrop till metoden BeginOpen().

Implementeringar

Gäller för