CrmOrganizationServiceContext.IOrganizationService.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
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
OrganizationResponse IOrganizationService.Execute(
OrganizationRequest param0
)
private:
virtual OrganizationResponse^ Execute(
OrganizationRequest^ param0
) sealed = IOrganizationService::Execute
private abstract Execute :
param0:OrganizationRequest -> OrganizationResponse
private override Execute :
param0:OrganizationRequest -> OrganizationResponse
Private Function Execute (
param0 As OrganizationRequest
) As OrganizationResponse
Implements IOrganizationService.Execute
Parameters
param0
Type: Microsoft.Xrm.Sdk.OrganizationRequestType: OrganizationRequest. An instance of a request class that defines the action to be performed.
Return Value
Type: Microsoft.Xrm.Sdk.OrganizationResponse
Type: OrganizationResponse
The response to the request.
Implements
IOrganizationService.Execute(OrganizationRequest)
Remarks
Extends the core implementation of the Execute method.
See Also
CrmOrganizationServiceContext Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Developer extensions context object model (Dynamics CRM 2015)
Return to top
© 2017 Microsoft. All rights reserved. Copyright