C# Class SiloHost.OrleansHostWrapper

Inheritance: IDisposable
Mostra file Open project: Microsoft/Yams Class Usage Examples

Public Methods

Method Description
OrleansHostWrapper ( ClusterConfiguration config, string args ) : System
Run ( ) : int
Stop ( ) : int

Method Details

OrleansHostWrapper() public method

public OrleansHostWrapper ( ClusterConfiguration config, string args ) : System
config ClusterConfiguration
args string
return System

Run() public method

public Run ( ) : int
return int

Stop() public method

public Stop ( ) : int
return int