ClientBase(Of TChannel).ICommunicationObject.EndOpen Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Completes an asynchronous operation to open the ClientBase(Of TChannel) object.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Private Sub EndOpen ( _ result As IAsyncResult _ ) Implements ICommunicationObject.EndOpen
Parameters
- result
- Type: System.IAsyncResult
The IAsyncResult used to complete the asynchronous end open operation.
Implements
ICommunicationObject.EndOpen(IAsyncResult)For more information, see System.ServiceModel.Channels.CommunicationObject.
Show: