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.
Invokes the specified method asynchronously.
Namespace: Microsoft.BusinessData.SystemSpecific
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Sub InvokeAsync ( _
methodName As String, _
parameters As Object(), _
callback As SendOrPostCallback _
)
'Usage
Dim instance As IBdcSoapHttpClientProtocolExtension
Dim methodName As String
Dim parameters As Object()
Dim callback As SendOrPostCallback
instance.InvokeAsync(methodName, parameters, _
callback)
void InvokeAsync(
string methodName,
Object[] parameters,
SendOrPostCallback callback
)
Parameters
methodName
Type: System.StringThe name of the method to invoke.
parameters
Type: []The parameters to pass to the method.
callback
Type: System.Threading.SendOrPostCallbackThe delegate called when the method invocation has completed.
See Also
Reference
IBdcSoapHttpClientProtocolExtension Interface