Delen via


OrganizationServiceContext.OnExecute-methode (OrganizationRequest, OrganizationResponse)

Van toepassing op: CRM 2015 on-prem, CRM Online

Virtual (Overridable) method called after Execute is called and before a response is returned.

Naamruimte: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntaxis

'Declaratie
Protected Overridable Sub OnExecute ( _
    request As OrganizationRequest, _
    response As OrganizationResponse _
)
protected virtual void OnExecute (
    OrganizationRequest request,
    OrganizationResponse response
)

Parameters

  • response
    Type: OrganizationResponse. The response that is to be returned from processing the request.

Opmerkingen

Execute is called by Execute.

Thread-veiligheid

Alle openbare statische (Shared in Visual Basic) leden van dit type zijn thread-veilig. Exemplaarleden zijn niet gegarandeerd thread-veilig.

Platforms

Ontwikkelplatforms

Windows Vista, Windows Server 2003, en

Doelplatforms

Windows Vista,Windows XP

Zie ook

Verwijzing

OrganizationServiceContext-klasse
OrganizationServiceContext-leden
Microsoft.Xrm.Sdk.Client-naamruimte

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.