Class WaveInstaller
Abstract base class for installing the Wave service.
Implements
Inherited Members
Namespace: Serenity.Wave.Installation.Installers
Assembly: Serenity.Wave.Installation.dll
Syntax
public abstract class WaveInstaller : IInstaller
Constructors
WaveInstaller()
Declaration
protected WaveInstaller()
Fields
_service
Declaration
protected IWaveService _service
Field Value
| Type | Description |
|---|---|
| IWaveService | The installed wave service. |
Methods
GetService()
Gets the installed wave service.
Declaration
public IWaveService GetService()
Returns
| Type | Description |
|---|---|
| IWaveService | The installed IWaveService. |
Install(ILogService)
Installs the Wave service.
Declaration
public abstract void Install(ILogService logService)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogService | logService | The logging service for diagnostic output. |