IOrganizationServiceCache.Remove Method (String)
Applies To: Dynamics CRM 2015
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
© 2017 Microsoft. All rights reserved. Copyright