|
TaskExtensionsLogUnhandledExceptions(Task, ILog) Method |
Namespace: System.Threading.TasksAssembly: Infosoft.Library (in Infosoft.Library.dll) Version: 4.00.0.0
Syntax public static Task LogUnhandledExceptions(
this Task task,
ILog logger = null
)
No code example is currently available or this language may not be supported.
Parameters
- task Task
-
- logger ILog (Optional)
-
Return Value
TaskUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Task. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also