IOrganizationServiceAsync.ExecuteAsync(OrganizationRequest) 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.
Perform an action in an organization specified by the request.
[System.ServiceModel.OperationContract]
public System.Threading.Tasks.Task<Microsoft.Xrm.Sdk.OrganizationResponse> ExecuteAsync (Microsoft.Xrm.Sdk.OrganizationRequest request);
[<System.ServiceModel.OperationContract>]
abstract member ExecuteAsync : Microsoft.Xrm.Sdk.OrganizationRequest -> System.Threading.Tasks.Task<Microsoft.Xrm.Sdk.OrganizationResponse>
Public Function ExecuteAsync (request As OrganizationRequest) As Task(Of OrganizationResponse)
Parameters
- request
- OrganizationRequest
Refer to SDK documentation for list of messages that can be used.
Returns
Results from processing the request.
- Attributes