BdcSoapHttpClientProtocol.InvokeAsync Method (String, Object , SendOrPostCallback, Object)

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, _
    userState As Object _
)
'Usage
Dim methodName As String
Dim parameters As Object()
Dim callback As SendOrPostCallback
Dim userState As Object

Me.InvokeAsync(methodName, parameters, _
    callback, userState)
protected void InvokeAsync(
    string methodName,
    Object[] parameters,
    SendOrPostCallback callback,
    Object userState
)

Parameters

  • parameters
    Type: []

    The parameter object array.

See Also

Reference

BdcSoapHttpClientProtocol Class

BdcSoapHttpClientProtocol Members

InvokeAsync Overload

Microsoft.BusinessData.SystemSpecific Namespace