C# 클래스 ZocMonLib.Recorder

상속: IRecorder
파일 보기 프로젝트 열기: Zocdoc/ZocMon 1 사용 예제들

공개 메소드들

메소드 설명
Record ( string configName, System.DateTime time, double value, MonitorReductionType monitorReductionType ) : void

Record the given value to the given monitor configuration, for the given time.

Record ( string configName, double value, MonitorReductionType monitorReductionType ) : void

Record the given value to the given monitor configuration.

RecordEvent ( string configName ) : void

Record the ocurrance of a given monitor configuration.

RecordEvent ( string configName, MonitorReductionType monitorReductionType ) : void

Record the ocurrance of a given monitor configuration.

Recorder ( IDataCache cache, ISettings settings ) : System

메소드 상세

Record() 공개 메소드

Record the given value to the given monitor configuration, for the given time.
public Record ( string configName, System.DateTime time, double value, MonitorReductionType monitorReductionType ) : void
configName string Name of the config
time System.DateTime Time of the recrod
value double Value that is being recorded
monitorReductionType MonitorReductionType Reduction type that is being used
리턴 void

Record() 공개 메소드

Record the given value to the given monitor configuration.
public Record ( string configName, double value, MonitorReductionType monitorReductionType ) : void
configName string Name of the config
value double Value that is being recorded
monitorReductionType MonitorReductionType Reduction type that is being used
리턴 void

RecordEvent() 공개 메소드

Record the ocurrance of a given monitor configuration.
public RecordEvent ( string configName ) : void
configName string Name of the config
리턴 void

RecordEvent() 공개 메소드

Record the ocurrance of a given monitor configuration.
public RecordEvent ( string configName, MonitorReductionType monitorReductionType ) : void
configName string Name of the config
monitorReductionType MonitorReductionType Reduction type that is being used
리턴 void

Recorder() 공개 메소드

public Recorder ( IDataCache cache, ISettings settings ) : System
cache IDataCache
settings ISettings
리턴 System