Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

StartupTask.RequestEnableAsync 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.

Requests that the startup task be enabled. If the task was disabled by the user using Task Manager, this method will not override their choice and the user must re-enable the task manually.

public:
 virtual IAsyncOperation<StartupTaskState> ^ RequestEnableAsync() = RequestEnableAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StartupTaskState> RequestEnableAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StartupTaskState> RequestEnableAsync();
function requestEnableAsync()
Public Function RequestEnableAsync () As IAsyncOperation(Of StartupTaskState)

Returns

When this method completes, it returns the state of the startup task.

Attributes

Applies to


Feedback

Was this page helpful?