CrmConfigurationProvider.CreateObjectCache Method (String, Boolean)
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public virtual ObjectCache CreateObjectCache(
string objectCacheName = null,
bool allowDefaultFallback = false
)
public:
virtual ObjectCache^ CreateObjectCache(
String^ objectCacheName = null,
bool allowDefaultFallback = false
)
abstract CreateObjectCache :
objectCacheName:string = null *
allowDefaultFallback:bool = false -> ObjectCache
override CreateObjectCache :
objectCacheName:string = null *
allowDefaultFallback:bool = false -> ObjectCache
Public Overridable Function CreateObjectCache (
objectCacheName As String,
allowDefaultFallback As Boolean
) As ObjectCache
Parameters
- objectCacheName
Type: System.String
- allowDefaultFallback
Type: System.Boolean
Return Value
Type: System.Runtime.Caching.ObjectCache
Type: ObjectCache
.
See Also
CrmConfigurationProvider Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright