C# Class SiloHost.OrleansHostWrapper

Inheritance: IDisposable
Afficher le fichier Open project: Microsoft/Yams Class Usage Examples

Méthodes publiques

Méthode Description
OrleansHostWrapper ( ClusterConfiguration config, string args ) : System
Run ( ) : int
Stop ( ) : int

Method Details

OrleansHostWrapper() public méthode

public OrleansHostWrapper ( ClusterConfiguration config, string args ) : System
config ClusterConfiguration
args string
Résultat System

Run() public méthode

public Run ( ) : int
Résultat int

Stop() public méthode

public Stop ( ) : int
Résultat int