Share via


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

    The name of the method to invoke.

  • parameters
    Type: []

    The parameters to pass to the method.

  • userState
    Type: System.Object

    An object used to pass state information into the callback delegate.

See Also

Reference

IBdcSoapHttpClientProtocolExtension Interface

IBdcSoapHttpClientProtocolExtension Members

InvokeAsync Overload

Microsoft.BusinessData.SystemSpecific Namespace