Initializes a new instance of
the ThreadManager class.
Namespace: CleanCode.ThreadingAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public ThreadManager( ThreadManager..::..CompletedNotifier notifier, StructuredTrace smartTrace, List<string> logMsgs )
Parameters
- notifier
- Type: CleanCode.Threading ThreadManager CompletedNotifier
Callback routine for completion.
- smartTrace
- Type: CleanCode.Diagnostics StructuredTrace
Diagnostic message handler.
- logMsgs
- Type: System.Collections.Generic List String
Log message list to add messages to.
See Also