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
[ServiceContract(Name = "HostManagementService", Namespace = "http://schemas.nevatech.com/sentinet/2011/02", SessionMode = SessionMode.Allowed)]
public interface IHostManagementService
Methods
RecycleApplicationPool(string)
Recycles the specified IIS application pool.
Declaration
[OperationContract]
void RecycleApplicationPool(string applicationPoolName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | applicationPoolName | The name of the IIS application pool that needs to be recycled. |