C# Class Lokad.Cloud.ServiceFabric.Runtime.SingleRuntimeHost

Host for a single runtime instance.
Inheritance: System.MarshalByRefObject, IDisposable
Afficher le fichier Open project: Lokad/lokad-cloud Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Run ( CloudConfigurationSettings settings ) : bool

Run the hosted runtime, blocking the calling thread.

Stop ( ) : void

Immediately stop the runtime host and wait until it has exited (or a timeout expired).

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Run() public méthode

Run the hosted runtime, blocking the calling thread.
public Run ( CloudConfigurationSettings settings ) : bool
settings CloudConfigurationSettings
Résultat bool

Stop() public méthode

Immediately stop the runtime host and wait until it has exited (or a timeout expired).
public Stop ( ) : void
Résultat void