CrmServiceClient.ExecuteCrmOrganizationRequest 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.
Executes a CRM Organization Request (thread safe) and returns the organization response object. Also adds metrics for logging support.
public Microsoft.Xrm.Sdk.OrganizationResponse ExecuteCrmOrganizationRequest (Microsoft.Xrm.Sdk.OrganizationRequest req, string logMessageTag = "User Defined");
member this.ExecuteCrmOrganizationRequest : Microsoft.Xrm.Sdk.OrganizationRequest * string -> Microsoft.Xrm.Sdk.OrganizationResponse
Public Function ExecuteCrmOrganizationRequest (req As OrganizationRequest, Optional logMessageTag As String = "User Defined") As OrganizationResponse
Parameters
Organization Request to run
- logMessageTag
- String
Message identifying what this request in logging.
Returns
Result of request or null.