C# Класс BoxedIce.ServerDensity.Agent.Agent

The agent.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Flags System.Collections.Hashtable

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

Метод Описание
Agent ( AgentConfigurationSection config ) : System

Initialises a new instance of the Agent.

Main ( ) : void

Main method; used when running the agent as a standalone console EXE.

Run ( ) : void

Runs the agent.

Stop ( ) : void

Stops the agent.

Приватные методы

Метод Описание
CheckEnvironment ( ) : void
DoChecks ( ) : void

Performs all checks.

InitializeConfig ( ) : void
InitializeFlags ( ) : void
RemoveSystemStatsCheck ( ) : void
Start ( ) : void

Описание методов

Agent() публичный Метод

Initialises a new instance of the Agent.
public Agent ( AgentConfigurationSection config ) : System
config AgentConfigurationSection The agent configuration.
Результат System

Main() публичный статический Метод

Main method; used when running the agent as a standalone console EXE.
public static Main ( ) : void
Результат void

Run() публичный Метод

Runs the agent.
public Run ( ) : void
Результат void

Stop() публичный Метод

Stops the agent.
public Stop ( ) : void
Результат void

Описание свойств

Flags публичное статическое свойство

public static Hashtable,System.Collections Flags
Результат System.Collections.Hashtable