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
asyncResult
Type: System.IAsyncResultThe IAsyncResult that is returned from the BeginInvoke(String, [], AsyncCallback, Object) method.
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