CrmConfigurationManager.GetObjectCaches Method (String)

 

Applies To: Dynamics CRM 2015

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

Return Value

Type: System.Collections.Generic.IEnumerable<ObjectCache>

Type: IEnumerable<T>.

See Also

CrmConfigurationManager Class
Microsoft.Xrm.Client.Configuration Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright