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

Definicja

Kończy operację asynchroniczną, aby otworzyć ClientBase<TChannel> obiekt.

 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

Parametry

result
IAsyncResult

Element IAsyncResult używany do ukończenia asynchronicznej operacji otwierania końcowego.

Implementuje

Uwagi

Aby uzyskać więcej informacji, zobacz System.ServiceModel.Channels.CommunicationObject.

Dotyczy