IBdcSoapHttpClientProtocolExtension Members
Include Protected Members
Include Inherited Members
Represents an extension interface for the BdcSoapHttpClientProtocol class.
The IBdcSoapHttpClientProtocolExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginInvoke | Starts an asynchronous invocation of an XML Web service method using SOAP. | |
EndInvoke | Ends an asynchronous invocation of an XML Web service method using SOAP. | |
Invoke | Invokes an XML Web service method synchronously using SOAP. | |
InvokeAsync(String, [], SendOrPostCallback) | Invokes the specified method asynchronously. | |
InvokeAsync(String, [], SendOrPostCallback, Object) | Invokes the specified method asynchronously. |
Top