OrganizationServiceContext.OnEndLinkTracking Method (Entity, Relationship, Entity)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Virtual (Overridable) method called after link tracking ends.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
protected virtual void OnEndLinkTracking(
Entity entity,
Relationship relationship,
Entity target
)
Protected Overridable Sub OnEndLinkTracking (
entity As Entity,
relationship As Relationship,
target As Entity
)
Parameters
entity
Type: Microsoft.Xrm.Sdk.EntityType: Relationship. The navigation property or attribute on the source object that returns the related object.
relationship
Type: Microsoft.Xrm.Sdk.RelationshipType: Relationship. The name of the attribute or navigation property on the source object that represents the link between the source and target object.
target
Type: Microsoft.Xrm.Sdk.EntityType: Entity. The target entity in the link that is bound to the source entity specified in this call.
See Also
OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright