C# Class FuncTest.IIS.Iis

The IIS.
Afficher le fichier Open project: Microsoft/ApplicationInsights-dotnet-server

Méthodes publiques

Méthode Description
Reset ( ) : void

Resets IIS on the box

Start ( ) : void

Starts IIS on the box.

Stop ( ) : void

Stops IIS on the box.

Method Details

Reset() public static méthode

Resets IIS on the box
public static Reset ( ) : void
Résultat void

Start() public static méthode

Starts IIS on the box.
public static Start ( ) : void
Résultat void

Stop() public static méthode

Stops IIS on the box.
public static Stop ( ) : void
Résultat void