C# Class Aegis.Threading.NamedThread

Inheritance: IDisposable
Afficher le fichier Open project: SyncZone/AegisFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
Threads NamedObjectIndexer

Méthodes publiques

Méthode 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

Méthode Description
DisposeAll ( ) : void
NamedThread ( string name, Action action ) : System

Method Details

Abort() public méthode

public Abort ( int millisecondsTimeout = 1000 ) : void
millisecondsTimeout int
Résultat void

Abort() public static méthode

public static Abort ( string name, int millisecondsTimeout = 1000 ) : void
name string
millisecondsTimeout int
Résultat void

AbortAsync() public méthode

public AbortAsync ( int millisecondsTimeout = 1000 ) : void
millisecondsTimeout int
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Run() public static méthode

public static Run ( string name, Action action ) : NamedThread
name string
action Action
Résultat NamedThread

Property Details

Threads public_oe static_oe property

public static NamedObjectIndexer Threads
Résultat NamedObjectIndexer