CrmConfigurationProvider.GetObjectCaches Method (String)
Applies To: Dynamics CRM 2013
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public virtual IEnumerable<ObjectCache> GetObjectCaches(
string name = null
)
public:
virtual IEnumerable<ObjectCache^>^ GetObjectCaches(
String^ name = null
)
abstract GetObjectCaches :
name:string = null -> IEnumerable<ObjectCache>
override GetObjectCaches :
name:string = null -> IEnumerable<ObjectCache>
Public Overridable Function GetObjectCaches (
name As String
) As IEnumerable(Of ObjectCache)
Parameters
- name
Type: System.String
Return Value
Type: System.Collections.Generic.IEnumerable<ObjectCache>
Type: IEnumerable<ObjectCache>.
See Also
CrmConfigurationProvider Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top