C# 클래스 Stumps.StumpsRunner

A class that represents the core Stumps server.
상속: IDisposable
파일 보기 프로젝트 열기: Cayan-LLC/stumps 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Shutdown ( ) : void

Stops all running proxy servers and the REST API.

StumpsRunner ( StumpsConfiguration configuration ) : System

Initializes a new instance of the T:Stumps.StumpsServer class.

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Shutdown() 공개 메소드

Stops all running proxy servers and the REST API.
public Shutdown ( ) : void
리턴 void

StumpsRunner() 공개 메소드

Initializes a new instance of the T:Stumps.StumpsServer class.
is null.
public StumpsRunner ( StumpsConfiguration configuration ) : System
configuration Stumps.Server.StumpsConfiguration The used to initialize the instance.
리턴 System