C# Class NapkinCommon.LongSampler

Inheritance: Sampler
Exibir arquivo Open project: cjdaly/napkin

Public Methods

Method Description
GetStatus ( string headline = null ) : string
LongSampler ( TakeLongSample sampler, string statusKeyPrefix, string keySetId = "chatter.device.sensor." ) : System
Reset ( ) : void
Sample ( ) : void
Sample ( long sample ) : void

Method Details

GetStatus() public method

public GetStatus ( string headline = null ) : string
headline string
return string

LongSampler() public method

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

Reset() public method

public Reset ( ) : void
return void

Sample() public method

public Sample ( ) : void
return void

Sample() public method

public Sample ( long sample ) : void
sample long
return void