C# Class OrleansServer.OrleansHostWrapper

Inheritance: IDisposable
Mostra file Open project: amamh/orleans-DictStreamProvider Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
OrleansHostWrapper ( string args ) : System
PrintUsage ( ) : void
Run ( ) : bool
Stop ( ) : bool

Protected Methods

Method Description
Dispose ( bool dispose ) : void

Private Methods

Method Description
Init ( ) : void
ParseArguments ( string args ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool dispose ) : void
dispose bool
return void

OrleansHostWrapper() public method

public OrleansHostWrapper ( string args ) : System
args string
return System

PrintUsage() public method

public PrintUsage ( ) : void
return void

Run() public method

public Run ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool