Compartir a través de


ProfileOperations.GetApplicationRecordSFromCache Method

Definition

Gets the applications from the cache if available.

public:
 System::Collections::Generic::IList<Microsoft::Uii::Common::Entities::ApplicationRecord ^> ^ GetApplicationRecordSFromCache();
public System.Collections.Generic.IList<Microsoft.Uii.Common.Entities.ApplicationRecord> GetApplicationRecordSFromCache ();
member this.GetApplicationRecordSFromCache : unit -> System.Collections.Generic.IList<Microsoft.Uii.Common.Entities.ApplicationRecord>
Public Function GetApplicationRecordSFromCache () As IList(Of ApplicationRecord)

Returns

The list of applications from the cache.

Applies to