Compartir a través de


ProfileOperations.AddApplicationListToCache Method

Definition

Adds the application records to the cache.

public:
 void AddApplicationListToCache(System::Collections::Generic::List<Microsoft::Uii::Common::Entities::ApplicationRecord ^> ^ apps);
public void AddApplicationListToCache (System.Collections.Generic.List<Microsoft.Uii.Common.Entities.ApplicationRecord> apps);
member this.AddApplicationListToCache : System.Collections.Generic.List<Microsoft.Uii.Common.Entities.ApplicationRecord> -> unit
Public Sub AddApplicationListToCache (apps As List(Of ApplicationRecord))

Parameters

apps
List<ApplicationRecord>

Specifies the applications to be added.

Applies to