C# Class BoxedIce.ServerDensity.Agent.Agent

The agent.
Afficher le fichier Open project: serverdensity/sd-agent-windows Class Usage Examples

Méthodes publiques

Свойство Type Description
Flags System.Collections.Hashtable

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
CheckEnvironment ( ) : void
DoChecks ( ) : void

Performs all checks.

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

Method Details

Agent() public méthode

Initialises a new instance of the Agent.
public Agent ( AgentConfigurationSection config ) : System
config AgentConfigurationSection The agent configuration.
Résultat System

Main() public static méthode

Main method; used when running the agent as a standalone console EXE.
public static Main ( ) : void
Résultat void

Run() public méthode

Runs the agent.
public Run ( ) : void
Résultat void

Stop() public méthode

Stops the agent.
public Stop ( ) : void
Résultat void

Property Details

Flags public_oe static_oe property

public static Hashtable,System.Collections Flags
Résultat System.Collections.Hashtable