OrganizationServiceCache.GetCachePolicy Method (Object, Object)

 

Applies To: Dynamics CRM 2015

Namespace:   Microsoft.Xrm.Client.Services
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

protected CacheItemPolicy GetCachePolicy(
    object query,
    object result
)
protected:
CacheItemPolicy^ GetCachePolicy(
    Object^ query,
    Object^ result
)
member GetCachePolicy : 
        query:Object *
        result:Object -> CacheItemPolicy
Protected Function GetCachePolicy (
    query As Object,
    result As Object
) As CacheItemPolicy

Parameters

Return Value

Type: System.Runtime.Caching.CacheItemPolicy

Type: CacheItemPolicy
.

See Also

OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright