Share via


BdcSoapHttpClientProtocol.BeginInvoke Method

Overrides the implementation of the BeginInvoke method of the BdcSoapHttpClientProtocol base class. This method calls the BeginInvoke method from the object created using the ExtensionType property.

Namespace:  Microsoft.BusinessData.SystemSpecific
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Protected Function BeginInvoke ( _
    methodName As String, _
    parameters As Object(), _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim methodName As String
Dim parameters As Object()
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = Me.BeginInvoke(methodName, _
    parameters, callback, asyncState)
protected IAsyncResult BeginInvoke(
    string methodName,
    Object[] parameters,
    AsyncCallback callback,
    Object asyncState
)

Parameters

  • parameters
    Type: []

    The parameter object array.

Return Value

Type: System.IAsyncResult
The asynchronous result.

See Also

Reference

BdcSoapHttpClientProtocol Class

BdcSoapHttpClientProtocol Members

Microsoft.BusinessData.SystemSpecific Namespace