Share via


ISettingsManagerHost.AppInitCompletionTask Property

Definition

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.

Applies to