C# 클래스 hacs.LoggingThread

파일 보기 프로젝트 열기: bietiekay/hacs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AcceptingCommands System.Boolean
ConsoleOutputLogger hacs.ConsoleOutputLogger
OnWaitOffLIst List
Password String
ServerName String
TemporaryBlacklist List
UserName String

공개 메소드들

메소드 설명
LoggingThread ( String _ServerName, hacs.ConsoleOutputLogger Logger, sones.storage.TinyOnDiskStorage _actor_store, sones.storage.TinyOnDiskStorage _sensor_store, sones.storage.TinyOnDiskStorage _unknown_store, sones.storage.TinyOnDiskStorage _miataru_store, String _Username, String _Password, Int32 _ConfigurationCacheMinutes ) : System
Run ( ) : void

메소드 상세

LoggingThread() 공개 메소드

public LoggingThread ( String _ServerName, hacs.ConsoleOutputLogger Logger, sones.storage.TinyOnDiskStorage _actor_store, sones.storage.TinyOnDiskStorage _sensor_store, sones.storage.TinyOnDiskStorage _unknown_store, sones.storage.TinyOnDiskStorage _miataru_store, String _Username, String _Password, Int32 _ConfigurationCacheMinutes ) : System
_ServerName String
Logger hacs.ConsoleOutputLogger
_actor_store sones.storage.TinyOnDiskStorage
_sensor_store sones.storage.TinyOnDiskStorage
_unknown_store sones.storage.TinyOnDiskStorage
_miataru_store sones.storage.TinyOnDiskStorage
_Username String
_Password String
_ConfigurationCacheMinutes System.Int32
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

AcceptingCommands 공개적으로 프로퍼티

public Boolean,System AcceptingCommands
리턴 System.Boolean

ConsoleOutputLogger 공개적으로 프로퍼티

public ConsoleOutputLogger,hacs ConsoleOutputLogger
리턴 hacs.ConsoleOutputLogger

OnWaitOffLIst 공개적으로 프로퍼티

public List OnWaitOffLIst
리턴 List

Password 공개적으로 프로퍼티

public String Password
리턴 String

ServerName 공개적으로 프로퍼티

public String ServerName
리턴 String

TemporaryBlacklist 공개적으로 프로퍼티

public List TemporaryBlacklist
리턴 List

UserName 공개적으로 프로퍼티

public String UserName
리턴 String