IExtendedObjectCache.RemoveAllLocal Method (String)
Applies To: Dynamics CRM 2013
Removes all cache items that are local to the application.
Namespace: Microsoft.Xrm.Client.Caching
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
void RemoveAllLocal(
string regionName
)
void RemoveAllLocal(
String^ regionName
)
abstract RemoveAllLocal :
regionName:string -> unit
Sub RemoveAllLocal (
regionName As String
)
Parameters
- regionName
Type: System.String
See Also
IExtendedObjectCache Interface
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top