DiscoveryClient.ICommunicationObject.EndOpen(IAsyncResult) Metoda

Definicja

Kończy operację asynchroniczną, aby otworzyć obiekt komunikacji.

 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

, IAsyncResult który jest zwracany przez wywołanie metody BeginOpen .

Implementuje

Dotyczy