Creates a new thread.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
C# |
---|
public XThread( XThreadStart start ) |
Parameters
- start
- Type: SGP.XUtility..::.XThreadStart
A delegate which is called during thread start. Contains a code for thread running.