StartupTask.GetAsync(String) Method

Definition

Gets a startup task by Id.

public:
 static IAsyncOperation<StartupTask ^> ^ GetAsync(Platform::String ^ taskId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<StartupTask> GetAsync(winrt::hstring const& taskId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<StartupTask> GetAsync(string taskId);
function getAsync(taskId)
Public Shared Function GetAsync (taskId As String) As IAsyncOperation(Of StartupTask)

Parameters

taskId
String

Platform::String

winrt::hstring

The Id of the startup task to get.

Returns

When this method completes, it returns the startup task with the given Id.

Attributes

Applies to