OrganizationServiceContextExtensions.TryRemoveFromCache Method (OrganizationServiceContext, Entity)
Applies To: Dynamics CRM 2015
Removes an entity from cache if it is applicable to the context.
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static bool TryRemoveFromCache(
this OrganizationServiceContext context,
Entity entity
)
public:
[ExtensionAttribute]
static bool TryRemoveFromCache(
OrganizationServiceContext^ context,
Entity^ entity
)
static member TryRemoveFromCache :
context:OrganizationServiceContext *
entity:Entity -> bool
<ExtensionAttribute>
Public Shared Function TryRemoveFromCache (
context As OrganizationServiceContext,
entity As Entity
) As Boolean
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextType: OrganizationServiceContext. The service context.
entity
Type: Microsoft.Xrm.Sdk.EntityType: Entity. The entity instance.
Return Value
Type: System.Boolean
Type: Boolean
.
See Also
TryRemoveFromCache Overload
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright