C# Class ChaosMonkey.Monkeys.IISServerMonkey

IIS Monkey who randomly restart IIS servers / IIS AppPools in a deployment.
Move this class to different assembly if it needs extra dll references
Inheritance: ParentMonkey
Afficher le fichier Open project: simonmunro/ChaosMonkey

Méthodes publiques

Méthode Description
IISServerMonkey ( Settings settings, ChaosLogger logger ) : System
Unleash ( ) : void

Private Methods

Méthode Description
RestartLocalIIS ( string serverName ) : void

Method Details

IISServerMonkey() public méthode

public IISServerMonkey ( Settings settings, ChaosLogger logger ) : System
settings ChaosMonkey.Domain.Settings
logger ChaosMonkey.Infrastructure.ChaosLogger
Résultat System

Unleash() public méthode

public Unleash ( ) : void
Résultat void