DiscoveryWebProxyClient.Execute(DiscoveryRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::Xrm::Sdk::Discovery::DiscoveryResponse ^ Execute(Microsoft::Xrm::Sdk::Discovery::DiscoveryRequest ^ request);
public Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse Execute (Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest request);
abstract member Execute : Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest -> Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse
override this.Execute : Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest -> Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse
Public Function Execute (request As DiscoveryRequest) As DiscoveryResponse
Parameters
- request
- DiscoveryRequest
A request instance that defines the action to be performed.
Returns
The response from processing the request. You must cast the return value of this method to the specific instance of the response that corresponds to the request parameter.