BdcSoapHttpClientProtocol.Invoke Method
Overrides the implementation of the Invoke method of the BdcSoapHttpClientProtocol base class. This method calls the Invoke method from the object created using ExtensionType property.
Namespace: Microsoft.BusinessData.SystemSpecific
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Protected Function Invoke ( _
methodName As String, _
parameters As Object() _
) As Object()
'Usage
Dim methodName As String
Dim parameters As Object()
Dim returnValue As Object()
returnValue = Me.Invoke(methodName, _
parameters)
protected Object[] Invoke(
string methodName,
Object[] parameters
)
Parameters
methodName
Type: System.StringThe method name.
parameters
Type: []The parameter object array.
Return Value
Type: []
The output object array.
See Also
Reference
BdcSoapHttpClientProtocol Class