Método OrganizationServiceContext.OnBeginEntityTracking
Aplica-se a: CRM 2015 on-prem, CRM Online
Virtual (Overridable) method called when entity tracking begins.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)
Sintaxe
'Declaração
Protected Overridable Sub OnBeginEntityTracking ( _
entity As Entity _
)
protected virtual void OnBeginEntityTracking (
Entity entity
)
Parâmetros
- entity
Type: Entity. The entity to be tracked by the OrganizationServiceContext.
Segurança do Thread
Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows Server 2003 e
Plataformas de destino
Windows Vista,Windows XP
Consulte também
Referência
Classe OrganizationServiceContext
Membros de OrganizationServiceContext
Namespace Microsoft.Xrm.Sdk.Client
Classe OrganizationServiceContext
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.