C# Class Simpl.OODSS.Distributed.Impl.Manager

Inheritance: Shutdownable
Afficher le fichier Open project: ecologylab/simplCSharp

Méthodes publiques

Méthode Description
AddDependentShutdownable ( Shutdownable s ) : void
AddShutdownEventListener ( System.Diagnostics.Tracing.EventListener e ) : void
Shutdown ( ) : void

Méthodes protégées

Méthode Description
ShutdownImpl ( ) : void

Method Details

AddDependentShutdownable() public méthode

public AddDependentShutdownable ( Shutdownable s ) : void
s Shutdownable
Résultat void

AddShutdownEventListener() public méthode

public AddShutdownEventListener ( System.Diagnostics.Tracing.EventListener e ) : void
e System.Diagnostics.Tracing.EventListener
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

ShutdownImpl() protected abstract méthode

protected abstract ShutdownImpl ( ) : void
Résultat void