Delen via


IExtendedObjectCache.RemoveLocal Method (String, String)

 

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

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