ClientBase(Of TChannel).ChannelBase(Of T).EndInvoke Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Completes an asynchronous invocation by name of a specified method.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Protected Function EndInvoke ( _ methodName As String, _ args As Object(), _ result As IAsyncResult _ ) As Object
Parameters
- methodName
- Type: System.String
The name of the method called asynchronously.
- args
- Type:
System.Object
()
An array of arguments for the method invoked.
- result
- Type: System.IAsyncResult
The IAsyncResult returned by a call to the BeginInvoke(String, Object(), AsyncCallback, Object) method.
Show: