RegisterMethod(Task, MethodInfo, CallerInfo)
Associates a Task with the MethodInfo that created it.
Declaration
public static void RegisterMethod(Task task, MethodInfo method, CallerInfo callerInfo)
Parameters
Type | Name | Description |
---|---|---|
Task | task | The Task returned by |
MethodInfo | method | The method that returned |
CallerInfo | callerInfo | Information about the code calling the |