C# Class lw_common.count_last_period

显示文件 Open project: jtorjo/logwizard

Public Properties

Property Type Description
period_ms int

Public Methods

Method Description
add_now ( ) : void
count ( ) : int
count_last_period ( int period_ms = 1000 ) : System

Method Details

add_now() public method

public add_now ( ) : void
return void

count() public method

public count ( ) : int
return int

count_last_period() public method

public count_last_period ( int period_ms = 1000 ) : System
period_ms int
return System

Property Details

period_ms public_oe property

public int period_ms
return int