StartupTask.GetAsync(String) 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.
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