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
methodName
Type: System.StringThe method name.
parameters
Type: []The parameter object array.
callback
Type: System.AsyncCallbackThe callback function.
asyncState
Type: System.ObjectThe asynchronous state.
Return Value
Type: System.IAsyncResult
The asynchronous result.
See Also
Reference
BdcSoapHttpClientProtocol Class