OrganizationServiceContext.OnEndEntityTracking(Entity) Method

Definition

Virtual (Overridable) method called after entity tracking ends.

protected:
 virtual void OnEndEntityTracking(Microsoft::Xrm::Sdk::Entity ^ entity);
protected virtual void OnEndEntityTracking (Microsoft.Xrm.Sdk.Entity entity);
abstract member OnEndEntityTracking : Microsoft.Xrm.Sdk.Entity -> unit
override this.OnEndEntityTracking : Microsoft.Xrm.Sdk.Entity -> unit
Protected Overridable Sub OnEndEntityTracking (entity As Entity)

Parameters

entity
Entity

The entity to be tracked by the OrganizationServiceContext.

Applies to