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

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

Public Methods

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

public Dispose ( ) : void
return void

Run() public method

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