C# Класс Stumps.StumpsRunner

A class that represents the core Stumps server.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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