Creates a new thread.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
C# |
---|
public XPoolThread( XThreadStart start, Object info ) |
Parameters
- start
- Type: SGP.XUtility..::.XThreadStart
A delegate which is called during thread start. Contains a code for thread running.
- info
- Type: System..::.Object
A thread parameter which can be returned in info.