Uses of Class
com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.InvocationContext
Package
Description
This package contains the graph related classes that are useful
for performing cloud requests in parallel.
-
Uses of TaskGroup.InvocationContext in com.microsoft.azure.management.resources.fluentcore.dag
Modifier and TypeMethodDescriptionFunctionalTaskItem.Context.inner()
TaskGroup.newInvocationContext()
TaskGroup.InvocationContext.withTerminateOnErrorStrategy
(TaskGroupTerminateOnErrorStrategy strategy) Sets the group termination strategy to use on error.Modifier and TypeMethodDescriptionrx.Observable<Indexable>
IndexableTaskItem.invokeAsync
(TaskGroup.InvocationContext context) rx.Observable<Indexable>
TaskGroup.invokeAsync
(TaskGroup.InvocationContext context) Invokes tasks in the group.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)