IBdcSoapHttpClientProtocolExtension.InvokeAsync Method (String, Object , SendOrPostCallback, Object)
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, _
userState As Object _
)
'Usage
Dim instance As IBdcSoapHttpClientProtocolExtension
Dim methodName As String
Dim parameters As Object()
Dim callback As SendOrPostCallback
Dim userState As Object
instance.InvokeAsync(methodName, parameters, _
callback, userState)
void InvokeAsync(
string methodName,
Object[] parameters,
SendOrPostCallback callback,
Object userState
)
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.
userState
Type: System.ObjectAn object used to pass state information into the callback delegate.
See Also
Reference
IBdcSoapHttpClientProtocolExtension Interface