IBdcSoapHttpClientProtocolExtension.InvokeAsync Method (String, Object , SendOrPostCallback)

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.String

    The name of the method to invoke.

  • parameters
    Type: []

    The parameters to pass to the method.

See Also

Reference

IBdcSoapHttpClientProtocolExtension Interface

IBdcSoapHttpClientProtocolExtension Members

InvokeAsync Overload

Microsoft.BusinessData.SystemSpecific Namespace