C# Class Universe.Modules.Monitoring.Monitors.LoginMonitor

Inheritance: ILoginMonitor
Exibir arquivo Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
AddAbnormalClientThreadTermination ( ) : void
AddLogout ( ) : void
AddSuccessfulLogin ( ) : void
GetFriendlyValue ( ) : string
GetInterfaceName ( ) : string
GetName ( ) : string
GetValue ( ) : double
ResetStats ( ) : void

Method Details

AddAbnormalClientThreadTermination() public method

public AddAbnormalClientThreadTermination ( ) : void
return void

AddLogout() public method

public AddLogout ( ) : void
return void

AddSuccessfulLogin() public method

public AddSuccessfulLogin ( ) : void
return void

GetFriendlyValue() public method

public GetFriendlyValue ( ) : string
return string

GetInterfaceName() public method

public GetInterfaceName ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetValue() public method

public GetValue ( ) : double
return double

ResetStats() public method

public ResetStats ( ) : void
return void