C# Class TaskBroker.BrokerApplication

Inheritance: System.MarshalByRefObject, IDisposable
Afficher le fichier Open project: skipme/TaskMQ Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Run ( ManualResetEvent signal, bool benchConf, bool customDomain ) : void
exportConfiguration ( ) : void

Many runtime configuration declared, dump object model of it if required

Private Methods

Méthode Description
Reset ( ) : void
Restart ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Run() public méthode

public Run ( ManualResetEvent signal, bool benchConf, bool customDomain ) : void
signal System.Threading.ManualResetEvent
benchConf bool
customDomain bool
Résultat void

exportConfiguration() public méthode

Many runtime configuration declared, dump object model of it if required
public exportConfiguration ( ) : void
Résultat void