C# 클래스 OpenSim.Region.CoreModules.Framework.Monitoring.MonitorModule

상속: IRegionModule
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
DebugMonitors ( string module, string args ) : void
Initialise ( Scene scene, IConfigSource source ) : void
PostInitialise ( ) : void
StatsPage ( Hashtable request ) : Hashtable
TestAlerts ( ) : void

비공개 메소드들

메소드 설명
OnTriggerAlert ( System reporter, string reason, bool fatal ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

DebugMonitors() 공개 메소드

public DebugMonitors ( string module, string args ) : void
module string
args string
리턴 void

Initialise() 공개 메소드

public Initialise ( Scene scene, IConfigSource source ) : void
scene OpenSim.Region.Framework.Scenes.Scene
source IConfigSource
리턴 void

PostInitialise() 공개 메소드

public PostInitialise ( ) : void
리턴 void

StatsPage() 공개 메소드

public StatsPage ( Hashtable request ) : Hashtable
request System.Collections.Hashtable
리턴 System.Collections.Hashtable

TestAlerts() 공개 메소드

public TestAlerts ( ) : void
리턴 void