Share via


IBdcSoapHttpClientProtocolExtension.EndInvoke Method

Ends an asynchronous invocation of an XML Web service method using SOAP.

Namespace:  Microsoft.BusinessData.SystemSpecific
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function EndInvoke ( _
    asyncResult As IAsyncResult _
) As Object()
'Usage
Dim instance As IBdcSoapHttpClientProtocolExtension
Dim asyncResult As IAsyncResult
Dim returnValue As Object()

returnValue = instance.EndInvoke(asyncResult)
Object[] EndInvoke(
    IAsyncResult asyncResult
)

Parameters

Return Value

Type: []
An array of objects that contains the return value and any by-reference or out parameters of the implementation class method.

See Also

Reference

IBdcSoapHttpClientProtocolExtension Interface

IBdcSoapHttpClientProtocolExtension Members

Microsoft.BusinessData.SystemSpecific Namespace