OrganizationServiceCache.TryGetCacheKey Method (Object, String)

 

Applies To: Dynamics CRM 2013

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

Syntax

protected virtual bool TryGetCacheKey(
    object request,
    out string cacheKey
)
protected:
virtual bool TryGetCacheKey(
    Object^ request,
    [OutAttribute] String^% cacheKey
)
abstract TryGetCacheKey : 
        request:Object *
        cacheKey:string byref -> bool
override TryGetCacheKey : 
        request:Object *
        cacheKey:string byref -> bool
Protected Overridable Function TryGetCacheKey (
    request As Object,
    <OutAttribute> ByRef cacheKey As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

Type: Boolean
.

See Also

OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top