UserDataTaskList.GetTaskAsync(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.
Asynchronously retrieves the specified UserDataTask object from the UserDataTaskList.
public:
virtual IAsyncOperation<UserDataTask ^> ^ GetTaskAsync(Platform::String ^ userDataTask) = GetTaskAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<UserDataTask> GetTaskAsync(winrt::hstring const& userDataTask);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<UserDataTask> GetTaskAsync(string userDataTask);
function getTaskAsync(userDataTask)
Public Function GetTaskAsync (userDataTask As String) As IAsyncOperation(Of UserDataTask)
Parameters
- userDataTask
-
String
Platform::String
winrt::hstring
The string that identifies the UserDataTask to return.
Returns
The UserDataTask identified by the UserDataTask parameter.
- Attributes