TaskInfoRegistry Class |
Stores additional information about instances of the Task class. This class
is populated by the ThreadingInstrumentationPolicy and consumed by the Logging component.
Namespace: PostSharp.Patterns.Diagnostics.ThreadingInstrumentation
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static class TaskInfoRegistry
The TaskInfoRegistry type exposes the following members.
Name | Description | |
---|---|---|
GetTaskInfo | ||
RegisterMethod |
Associates a Task with the MethodInfo that created it.
|