Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2013
Removes a cache item that is local to the application.<
Namespace:   Microsoft.Xrm.Client.Caching
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
object RemoveLocal(
    string key,
    string regionName
)
Object^ RemoveLocal(
    String^ key,
    String^ regionName
)
abstract RemoveLocal : 
        key:string *
        regionName:string -> Object
Function RemoveLocal (
    key As String,
    regionName As String
) As Object
Parameters
- key
 Type: System.String
- regionName
 Type: System.String
Return Value
Type: System.Object
Type: Object.
See Also
IExtendedObjectCache Interface
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top