T - the task result typepublic interface TaskItem<T>
TaskGroup.| Modifier and Type | Method and Description |
|---|---|
rx.Observable<T> |
executeAsync()
Executes the task asynchronously.
|
boolean |
isHot() |
void |
prepare()
method that gets called before start executing all the tasks in the task group
TaskGroup in which this task belongs to. |
T |
result() |
T result()
void prepare()
TaskGroup in which this task belongs to.boolean isHot()
rx.Observable<T> executeAsync()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/