Freigeben über


ContingentProperties Class - Internal Members

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Contains additional properties for a Task object.

Namespace: System.Threading.Tasks

Assembly: mscorlib (in mscorlib.dll)

Because you cannot access these internal members from the .NET Framework, the following syntax is provided in Common Intermediate Language (CIL).

Syntax

.class auto ansi nested assembly beforefieldinit ContingentProperties  
       extends System.Object  

Members

Fields

Name Description
m_children The list of child tasks that are registered with this task.

Remarks

The .NET Framework initializes the fields of this class only when they are needed.

See Also

Parallel Extension Internals for the .NET Framework