ProfileOperations.AddNonHostedApplicationsListToCache 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 non-hosted applications to the cache.
public:
void AddNonHostedApplicationsListToCache(System::Collections::Generic::List<Microsoft::Uii::Common::Entities::NonHostedApplicationRecord ^> ^ nonHostedApps);
public void AddNonHostedApplicationsListToCache (System.Collections.Generic.List<Microsoft.Uii.Common.Entities.NonHostedApplicationRecord> nonHostedApps);
member this.AddNonHostedApplicationsListToCache : System.Collections.Generic.List<Microsoft.Uii.Common.Entities.NonHostedApplicationRecord> -> unit
Public Sub AddNonHostedApplicationsListToCache (nonHostedApps As List(Of NonHostedApplicationRecord))
Parameters
- nonHostedApps
- List<NonHostedApplicationRecord>
Contains the non-hosted applications.