C# 클래스 FuncTest.IIS.Iis

The IIS.
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server

공개 메소드들

메소드 설명
Reset ( ) : void

Resets IIS on the box

Start ( ) : void

Starts IIS on the box.

Stop ( ) : void

Stops IIS on the box.

메소드 상세

Reset() 공개 정적인 메소드

Resets IIS on the box
public static Reset ( ) : void
리턴 void

Start() 공개 정적인 메소드

Starts IIS on the box.
public static Start ( ) : void
리턴 void

Stop() 공개 정적인 메소드

Stops IIS on the box.
public static Stop ( ) : void
리턴 void