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 specific cache item.
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
void Remove(
string cacheKey
)
void Remove(
String^ cacheKey
)
abstract Remove :
cacheKey:string -> unit
Sub Remove (
cacheKey As String
)
Parameters
cacheKey
Type: System.StringType: String. The name of the item to remove.
See Also
RemoveāOverload
IOrganizationServiceCache Interface
Microsoft.Xrm.Client.Services Namespace
Return to top