Compartir a través de


ProfileOperations.GetNonHostedApplicationRecordsFromCache Method

Definition

Gets the non-hosted applications from the cache, if available.

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

Returns

The list of non-hosted applications.

Applies to