Open sandboxFocus

Class TaskInfoRegistry

Stores additional information about instances of the Task class. This class is populated by the ThreadingInstrumentationPolicy and consumed by the Logging component.

Inheritance
TaskInfoRegistry
Namespace: PostSharp.Patterns.Diagnostics.ThreadingInstrumentation
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public static class TaskInfoRegistry

Methods

Name Description
GetTaskInfo(Task)

Gets a TaskInfo for a specific Task.

RegisterMethod(Task, MethodInfo, CallerInfo)

Associates a Task with the MethodInfo that created it.