C# Class Raven.Setup.CustomActions.Infrastructure.IIS.IIS6Manager

Inheritance: IISManager
显示文件 Open project: robashton/ravendb

Public Methods

Method Description
DisallowOverlappingRotation ( string applicationPoolName ) : void
GetAppPools ( ) : IList
GetWebSites ( ) : IEnumerable

Method Details

DisallowOverlappingRotation() public method

public DisallowOverlappingRotation ( string applicationPoolName ) : void
applicationPoolName string
return void

GetAppPools() public method

public GetAppPools ( ) : IList
return IList

GetWebSites() public method

public GetWebSites ( ) : IEnumerable
return IEnumerable