Show / Hide Table of Contents

    Interface IService

    Contract which defines the capabilities of a service

    Namespace: i5.Toolkit.Core.ServiceCore
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IService

    Methods

    Cleanup()

    Cleans up the service when it is unregistered at the service manager

    Declaration
    void Cleanup()

    Initialize(IServiceManager)

    Initializes the service

    Declaration
    void Initialize(IServiceManager owner)
    Parameters
    Type Name Description
    IServiceManager owner

    The IServiceManager which owns this service

    Back to top i5 Toolkit Documentation