C# Class Aegis.Threading.NamedThread

Inheritance: IDisposable
Datei anzeigen Open project: SyncZone/AegisFramework Class Usage Examples

Public Properties

Property Type Description
Threads NamedObjectIndexer

Public Methods

Method Description
Abort ( int millisecondsTimeout = 1000 ) : void
Abort ( string name, int millisecondsTimeout = 1000 ) : void
AbortAsync ( int millisecondsTimeout = 1000 ) : void
Dispose ( ) : void
Run ( string name, Action action ) : NamedThread

Private Methods

Method Description
DisposeAll ( ) : void
NamedThread ( string name, Action action ) : System

Method Details

Abort() public method

public Abort ( int millisecondsTimeout = 1000 ) : void
millisecondsTimeout int
return void

Abort() public static method

public static Abort ( string name, int millisecondsTimeout = 1000 ) : void
name string
millisecondsTimeout int
return void

AbortAsync() public method

public AbortAsync ( int millisecondsTimeout = 1000 ) : void
millisecondsTimeout int
return void

Dispose() public method

public Dispose ( ) : void
return void

Run() public static method

public static Run ( string name, Action action ) : NamedThread
name string
action Action
return NamedThread

Property Details

Threads public_oe static_oe property

public static NamedObjectIndexer Threads
return NamedObjectIndexer