| Package | Description | 
|---|---|
| com.microsoft.azure.management.resources.fluentcore.dag | 
 This package contains the graph related classes that are useful
 for performing cloud requests in parallel. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TaskGroup.InvocationContext | 
FunctionalTaskItem.Context.inner()  | 
TaskGroup.InvocationContext | 
TaskGroup.newInvocationContext()  | 
TaskGroup.InvocationContext | 
TaskGroup.InvocationContext.withTerminateOnErrorStrategy(TaskGroupTerminateOnErrorStrategy strategy)
Sets the group termination strategy to use on error. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
rx.Observable<Indexable> | 
TaskGroup.invokeAsync(TaskGroup.InvocationContext context)
Invokes tasks in the group. 
 | 
rx.Observable<Indexable> | 
IndexableTaskItem.invokeAsync(TaskGroup.InvocationContext context)  | 
rx.Observable<Indexable> | 
TaskItem.invokeAsync(TaskGroup.InvocationContext context)
The method that gets called to perform the unit of work asynchronously. 
 | 
protected abstract rx.Observable<Indexable> | 
IndexableTaskItem.invokeTaskAsync(TaskGroup.InvocationContext context)  | 
Copyright © 2019. All rights reserved.