C# 클래스 BoxedIce.ServerDensity.Agent.Agent

The agent.
파일 보기 프로젝트 열기: serverdensity/sd-agent-windows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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