CrmOrganizationServiceContext.OnEndEntityTracking Method (Entity)
Applies To: Dynamics CRM 2015
Method called when entity tracking ends. (Developer Extensions)
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
protected override void OnEndEntityTracking(
Entity entity
)
protected:
virtual void OnEndEntityTracking(
Entity^ entity
) override
override OnEndEntityTracking :
entity:Entity -> unit
Protected Overrides Sub OnEndEntityTracking (
entity As Entity
)
Parameters
entity
Type: Microsoft.Xrm.Sdk.EntityType: Entity. The entity.
Remarks
Extends the core implementation of the OnEndEntityTracking 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