Partilhar via


ProfileOperations.GetApplicationRecordSFromCache Method

Gets the applications from the cache if available.

Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)

Usage

'Usage
Dim instance As ProfileOperations
Dim returnValue As IList(Of ApplicationRecord)

returnValue = instance.GetApplicationRecordSFromCache

Syntax

'Declaration
Public Function GetApplicationRecordSFromCache As IList(Of ApplicationRecord)
public IList<ApplicationRecord> GetApplicationRecordSFromCache ()
public:
IList<ApplicationRecord^>^ GetApplicationRecordSFromCache ()
public IList<ApplicationRecord> GetApplicationRecordSFromCache ()
public function GetApplicationRecordSFromCache () : IList<ApplicationRecord>

Return Value

Type: List The list of applications from the cache.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ProfileOperations Class
ProfileOperations Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.