ProfileOperations.AddApplicationListToCache Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.