OrganizationServiceContext.OnEndEntityTracking Method (Entity)
Applies To: Dynamics CRM 2015
Virtual (Overridable) method called after entity tracking ends.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
protected virtual void OnEndEntityTracking(
Entity entity
)
protected:
virtual void OnEndEntityTracking(
Entity^ entity
)
abstract OnEndEntityTracking :
entity:Entity -> unit
override OnEndEntityTracking :
entity:Entity -> unit
Protected Overridable Sub OnEndEntityTracking (
entity As Entity
)
Parameters
entity
Type: Microsoft.Xrm.Sdk.EntityType: Entity. The entity to be tracked by the OrganizationServiceContext.
See Also
OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright