logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class WaveInstaller

    Abstract base class for installing the Wave service.

    Inheritance
    object
    WaveInstaller
    Implements
    IInstaller
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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.

    Implements

    IInstaller
    In this article
    © 2026 Serenity. All Rights Reserved