C# 클래스 NapkinCommon.LongSampler

상속: Sampler
파일 보기 프로젝트 열기: cjdaly/napkin

공개 메소드들

메소드 설명
GetStatus ( string headline = null ) : string
LongSampler ( TakeLongSample sampler, string statusKeyPrefix, string keySetId = "chatter.device.sensor." ) : System
Reset ( ) : void
Sample ( ) : void
Sample ( long sample ) : void

메소드 상세

GetStatus() 공개 메소드

public GetStatus ( string headline = null ) : string
headline string
리턴 string

LongSampler() 공개 메소드

public LongSampler ( TakeLongSample sampler, string statusKeyPrefix, string keySetId = "chatter.device.sensor." ) : System
sampler TakeLongSample
statusKeyPrefix string
keySetId string
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Sample() 공개 메소드

public Sample ( ) : void
리턴 void

Sample() 공개 메소드

public Sample ( long sample ) : void
sample long
리턴 void