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

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

Public Methods

Method 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 method

Run the hosted runtime, blocking the calling thread.
public Run ( ) : bool
return bool

Stop() public method

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