The common base class for threads, which implements an interface IXThread.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public abstract class XThreadBase : IXThread

Inheritance Hierarchy

System..::.Object
  SGP.XUtility..::.XThreadBase
    SGP.XUtility..::.XPoolThread
    SGP.XUtility..::.XThread

See Also