Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
asyncResult
Type: System.IAsyncResultThe asynchronous result.
Return Value
Type: []
The object array.
See Also
Reference
BdcSoapHttpClientProtocol Class