EndInvoke Method

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.

Namespace:  System.ServiceModel
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.

Return Value

Type: System.Object
The Object output by the method invoked.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft