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

AppDomain-isolated host for a single runtime instance.
Afficher le fichier Open project: Lokad/lokad-cloud Class Usage Examples

Méthodes publiques

Méthode Description
Run ( ) : 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

Run() public méthode

Run the hosted runtime, blocking the calling thread.
public Run ( ) : bool
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