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 InvokeAsync method of the BdcSoapHttpClientProtocol base class. This method calls the InvokeAsync method from the object created using ExtensionType property.
Namespace: Microsoft.BusinessData.SystemSpecific
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Protected Sub InvokeAsync ( _
methodName As String, _
parameters As Object(), _
callback As SendOrPostCallback _
)
'Usage
Dim methodName As String
Dim parameters As Object()
Dim callback As SendOrPostCallback
Me.InvokeAsync(methodName, parameters, _
callback)
protected void InvokeAsync(
string methodName,
Object[] parameters,
SendOrPostCallback callback
)
Parameters
methodName
Type: System.StringThe method name.
parameters
Type: []The parameter object array.
callback
Type: System.Threading.SendOrPostCallbackThe callback function.
See Also
Reference
BdcSoapHttpClientProtocol Class