Show / Hide Table of Contents

    Interface IHostManagementService

    Defines the contract for an IIS service host management service which is responsible for restarting IIS application pools.

    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public interface IHostManagementService

    Methods

    RecycleApplicationPool(String)

    Recycles the specified IIS application pool.

    Declaration
    void RecycleApplicationPool(string applicationPoolName)
    Parameters
    Type Name Description
    String applicationPoolName

    The name of the IIS application pool that needs to be recycled.

    Back to top Nevatech Sentinet 6.5 Online Documentation