C# 클래스 Universe.Modules.Monitoring.Monitors.LoginMonitor

상속: ILoginMonitor
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
AddAbnormalClientThreadTermination ( ) : void
AddLogout ( ) : void
AddSuccessfulLogin ( ) : void
GetFriendlyValue ( ) : string
GetInterfaceName ( ) : string
GetName ( ) : string
GetValue ( ) : double
ResetStats ( ) : void

메소드 상세

AddAbnormalClientThreadTermination() 공개 메소드

public AddAbnormalClientThreadTermination ( ) : void
리턴 void

AddLogout() 공개 메소드

public AddLogout ( ) : void
리턴 void

AddSuccessfulLogin() 공개 메소드

public AddSuccessfulLogin ( ) : void
리턴 void

GetFriendlyValue() 공개 메소드

public GetFriendlyValue ( ) : string
리턴 string

GetInterfaceName() 공개 메소드

public GetInterfaceName ( ) : string
리턴 string

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetValue() 공개 메소드

public GetValue ( ) : double
리턴 double

ResetStats() 공개 메소드

public ResetStats ( ) : void
리턴 void