CrmConfigurationManager.GetObjectCaches Method (String)
Applies To: Dynamics CRM 2013
Retrieves the cached ObjectCache objects.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static IEnumerable<ObjectCache> GetObjectCaches(
string name = null
)
public:
static IEnumerable<ObjectCache^>^ GetObjectCaches(
String^ name = null
)
static member GetObjectCaches :
name:string = null -> IEnumerable<ObjectCache>
Public Shared Function GetObjectCaches (
name As String
) As IEnumerable(Of ObjectCache)
Parameters
name
Type: System.StringType: String.
Return Value
Type: System.Collections.Generic.IEnumerable<ObjectCache>
Type: IEnumerable<T>.
See Also
CrmConfigurationManager Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top