C# Class BoxedIce.ServerDensity.Agent.Agent

The agent.
Mostra file Open project: serverdensity/sd-agent-windows Class Usage Examples

Public Properties

Property Type Description
Flags System.Collections.Hashtable

Public Methods

Method 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

Method Description
CheckEnvironment ( ) : void
DoChecks ( ) : void

Performs all checks.

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

Method Details

Agent() public method

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

Main() public static method

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

Run() public method

Runs the agent.
public Run ( ) : void
return void

Stop() public method

Stops the agent.
public Stop ( ) : void
return void

Property Details

Flags public_oe static_oe property

public static Hashtable,System.Collections Flags
return System.Collections.Hashtable