Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OrganizationServiceContext.OnExecuting(OrganizationRequest) Method
Definition
- Namespace:
- Microsoft.Xrm.Sdk.Client
- Assembly:
- Microsoft.Xrm.Sdk.dll
- Package:
- Microsoft.PowerPlatform.Dataverse.Client v1.2.10
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.
Virtual (Overridable) method called before Execute(OrganizationRequest) is called.
protected:
virtual void OnExecuting(Microsoft::Xrm::Sdk::OrganizationRequest ^ request);
protected virtual void OnExecuting(Microsoft.Xrm.Sdk.OrganizationRequest request);
abstract member OnExecuting : Microsoft.Xrm.Sdk.OrganizationRequest -> unit
override this.OnExecuting : Microsoft.Xrm.Sdk.OrganizationRequest -> unit
Protected Overridable Sub OnExecuting (request As OrganizationRequest)
Parameters
- request
- OrganizationRequest
The request being processed.
Remarks
Execute(OrganizationRequest) is called by Execute(OrganizationRequest).
