ISettingsManagerHost.AppInitCompletionTask Property
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.
Optional task indicating the host is finished starting. The settings manager will defer resource-intensive tasks until after this task completes.
public:
property System::Threading::Tasks::Task ^ AppInitCompletionTask { System::Threading::Tasks::Task ^ get(); };
public System.Threading.Tasks.Task AppInitCompletionTask { get; }
member this.AppInitCompletionTask : System.Threading.Tasks.Task
Public ReadOnly Property AppInitCompletionTask As Task
Property Value
Returns Task.