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.dll
Syntax
public static class TaskInfoRegistryMethods
| Name | Description |
|---|---|
| GetTaskInfo(Task) | |
| RegisterMethod(Task, MethodInfo, CallerInfo) | Associates a Task with the MethodInfo that created it. |