C# Class NapkinCommon.DoubleSampler

Inheritance: Sampler
显示文件 Open project: cjdaly/napkin

Public Methods

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

Method Details

DoubleSampler() public method

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

GetStatus() public method

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

Reset() public method

public Reset ( ) : void
return void

Sample() public method

public Sample ( ) : void
return void

Sample() public method

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