C# Class OrleansServer.OrleansHostWrapper

Inheritance: IDisposable
Afficher le fichier Open project: amamh/orleans-DictStreamProvider Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
OrleansHostWrapper ( string args ) : System
PrintUsage ( ) : void
Run ( ) : bool
Stop ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool dispose ) : void

Private Methods

Méthode Description
Init ( ) : void
ParseArguments ( string args ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool dispose ) : void
dispose bool
Résultat void

OrleansHostWrapper() public méthode

public OrleansHostWrapper ( string args ) : System
args string
Résultat System

PrintUsage() public méthode

public PrintUsage ( ) : void
Résultat void

Run() public méthode

public Run ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool