C# 클래스 HourBoostr.Session

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

공개 프로퍼티들

프로퍼티 타입 설명
mBwg System.ComponentModel.BackgroundWorker
mSettings Config.Settings

공개 메소드들

메소드 설명
GetUpdatedSettings ( ) : Config.Settings

Gets the updated account settings from all active bots

Session ( Config settings ) : System

Class constructor

비공개 메소드들

메소드 설명
GetBuildDate ( ) : System.DateTime

Returns the DateTime of when the application was built

메소드 상세

GetUpdatedSettings() 공개 메소드

Gets the updated account settings from all active bots
public GetUpdatedSettings ( ) : Config.Settings
리턴 Config.Settings

Session() 공개 메소드

Class constructor
public Session ( Config settings ) : System
settings Config
리턴 System

프로퍼티 상세

mBwg 공개적으로 프로퍼티

Session background worker
public BackgroundWorker,System.ComponentModel mBwg
리턴 System.ComponentModel.BackgroundWorker

mSettings 공개적으로 프로퍼티

Application settings
public Config.Settings mSettings
리턴 Config.Settings