BdcSoapHttpClientProtocol.EndInvoke Method

Overrides the implementation of the EndInvoke method of the BdcSoapHttpClientProtocol base class. This method calls the EndInvoke method from the object created using the ExtensionType property.

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

Syntax

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

returnValue = Me.EndInvoke(asyncResult)
protected Object[] EndInvoke(
    IAsyncResult asyncResult
)

Parameters

Return Value

Type: []
The object array.

See Also

Reference

BdcSoapHttpClientProtocol Class

BdcSoapHttpClientProtocol Members

Microsoft.BusinessData.SystemSpecific Namespace