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 )
Parameters
- notifier
- Type: CleanCode.Threading ThreadManager CompletedNotifier
Callback routine for completion.
See Also