Click or drag to resize

AsyncManager Class

This static class contains convenience methods for handling threads.
Inheritance Hierarchy
SystemObject
  Mastersign.BenchAsyncManager

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static class AsyncManager

The AsyncManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberStartTask
Create a new thread with the given ThreadStart and start it immediately.
Top
See Also