ClientBase(Of TChannel).ICommunicationObject.EndClose 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 close the ClientBase(Of TChannel) object.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Private Sub EndClose ( _ result As IAsyncResult _ ) Implements ICommunicationObject.EndClose
Parameters
- result
- Type: System.IAsyncResult
The IAsyncResult used to complete the asynchronous close operation.
Implements
ICommunicationObject.EndClose(IAsyncResult)For more information, see System.ServiceModel.Channels.CommunicationObject.
Show: