TaskGroup.HasTaskGroup<T,U> Interface
Type Parameters
- T
type of the value returned by tasks in the group
- U
type of the task that can return a value
public interface HasTaskGroup<T,U extends TaskItem>
An interface representing a type that is a part of TaskGroup.
Method Summary
Modifier and Type | Method and Description |
---|---|
Task |
taskGroup() |
Method Details
taskGroup
public TaskGroup
Returns:
Gets the task group.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java