PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Threading­InstrumentationTask­InfoTasks
Open sandboxFocus

TaskInfo.Tasks Property

Tasks

Gets the list of tasks (for WhenAll and WhenAny).

Declaration
public IList<Task> Tasks { get; }
Property Value
Type Description
IList<System.Threading.Tasks.Task>