C# 클래스 NapkinCommon.Sampler

파일 보기 프로젝트 열기: cjdaly/napkin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_samples int
_statusKeyPrefix string

공개 메소드들

메소드 설명
GetStatus ( string headline = null ) : string
Reset ( ) : void
Sample ( ) : void
Sampler ( string statusKeyPrefix, string keySetId ) : System

메소드 상세

GetStatus() 공개 추상적인 메소드

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

Reset() 공개 추상적인 메소드

public abstract Reset ( ) : void
리턴 void

Sample() 공개 추상적인 메소드

public abstract Sample ( ) : void
리턴 void

Sampler() 공개 메소드

public Sampler ( string statusKeyPrefix, string keySetId ) : System
statusKeyPrefix string
keySetId string
리턴 System

프로퍼티 상세

_samples 보호되어 있는 프로퍼티

protected int _samples
리턴 int

_statusKeyPrefix 보호되어 있는 프로퍼티

protected string _statusKeyPrefix
리턴 string