C# 클래스 lw_common.count_last_period

파일 보기 프로젝트 열기: jtorjo/logwizard

공개 프로퍼티들

프로퍼티 타입 설명
period_ms int

공개 메소드들

메소드 설명
add_now ( ) : void
count ( ) : int
count_last_period ( int period_ms = 1000 ) : System

메소드 상세

add_now() 공개 메소드

public add_now ( ) : void
리턴 void

count() 공개 메소드

public count ( ) : int
리턴 int

count_last_period() 공개 메소드

public count_last_period ( int period_ms = 1000 ) : System
period_ms int
리턴 System

프로퍼티 상세

period_ms 공개적으로 프로퍼티

public int period_ms
리턴 int