Share via


CachedOrganizationService.Execute Method (OrganizationRequest)

 

Applies To: Dynamics CRM 2015

Executes a message in the form of a request, and returns a response. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Services
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public override OrganizationResponse Execute(
    OrganizationRequest request
)
public:
virtual OrganizationResponse^ Execute(
    OrganizationRequest^ request
) override
override Execute : 
        request:OrganizationRequest -> OrganizationResponse
Public Overrides Function Execute (
    request As OrganizationRequest
) As OrganizationResponse

Parameters

Return Value

Type: Microsoft.Xrm.Sdk.OrganizationResponse

Type: OrganizationResponse
The response to the request. You must cast the return value of this method to the specific instance of the response that corresponds to the Request parameter.

Implements

IOrganizationService.Execute(OrganizationRequest)

Remarks

This is a wrapper for the IOrganizationService.Execute method.

See Also

Execute Overload
CachedOrganizationService Class
Microsoft.Xrm.Client.Services Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright