C# 클래스 Zetbox.API.PerfCounter.BasePerfMonAppender

상속: IBasePerfCounterAppender
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
InstanceName string

보호된 프로퍼티들

프로퍼티 타입 설명
initialized bool

공개 메소드들

메소드 설명
BasePerfMonAppender ( Zetbox cfg ) : System
DecrementFetchRelation ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void
DecrementGetListOf ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void
DecrementGetObjects ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void
DecrementLifetimeScope ( long startTicks, long endTicks ) : void
DecrementObjectInstance ( ) : void
DecrementQuery ( InterfaceType ifType, int objectCount, long startTicks, long endTicks ) : void
DecrementSetObjects ( int objectCount, long startTicks, long endTicks ) : void
DecrementSubmitChanges ( int objectCount, long startTicks, long endTicks ) : void
DecrementZetboxContext ( long startTicks, long endTicks ) : void
Dump ( bool force ) : void
IncrementFetchRelation ( InterfaceType ifType ) : void
IncrementGetListOf ( InterfaceType ifType ) : void
IncrementGetObjects ( InterfaceType ifType ) : void
IncrementLifetimeScope ( ) : void
IncrementObjectInstance ( ) : void
IncrementQuery ( InterfaceType ifType ) : void
IncrementServerMethodInvocation ( ) : void
IncrementSetObjects ( ) : void
IncrementSubmitChanges ( ) : void
IncrementZetboxContext ( ) : void
Initialize ( IFrozenContext frozenCtx ) : void
Install ( ) : void
Uninstall ( ) : void

비공개 메소드들

메소드 설명
GetAllDescs ( ) : IEnumerable

메소드 상세

BasePerfMonAppender() 공개 메소드

public BasePerfMonAppender ( Zetbox cfg ) : System
cfg Zetbox
리턴 System

DecrementFetchRelation() 공개 메소드

public DecrementFetchRelation ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void
ifType InterfaceType
resultSize int
startTicks long
endTicks long
리턴 void

DecrementGetListOf() 공개 메소드

public DecrementGetListOf ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void
ifType InterfaceType
resultSize int
startTicks long
endTicks long
리턴 void

DecrementGetObjects() 공개 메소드

public DecrementGetObjects ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void
ifType InterfaceType
resultSize int
startTicks long
endTicks long
리턴 void

DecrementLifetimeScope() 공개 메소드

public DecrementLifetimeScope ( long startTicks, long endTicks ) : void
startTicks long
endTicks long
리턴 void

DecrementObjectInstance() 공개 메소드

public DecrementObjectInstance ( ) : void
리턴 void

DecrementQuery() 공개 메소드

public DecrementQuery ( InterfaceType ifType, int objectCount, long startTicks, long endTicks ) : void
ifType InterfaceType
objectCount int
startTicks long
endTicks long
리턴 void

DecrementSetObjects() 공개 메소드

public DecrementSetObjects ( int objectCount, long startTicks, long endTicks ) : void
objectCount int
startTicks long
endTicks long
리턴 void

DecrementSubmitChanges() 공개 메소드

public DecrementSubmitChanges ( int objectCount, long startTicks, long endTicks ) : void
objectCount int
startTicks long
endTicks long
리턴 void

DecrementZetboxContext() 공개 메소드

public DecrementZetboxContext ( long startTicks, long endTicks ) : void
startTicks long
endTicks long
리턴 void

Dump() 공개 메소드

public Dump ( bool force ) : void
force bool
리턴 void

IncrementFetchRelation() 공개 메소드

public IncrementFetchRelation ( InterfaceType ifType ) : void
ifType InterfaceType
리턴 void

IncrementGetListOf() 공개 메소드

public IncrementGetListOf ( InterfaceType ifType ) : void
ifType InterfaceType
리턴 void

IncrementGetObjects() 공개 메소드

public IncrementGetObjects ( InterfaceType ifType ) : void
ifType InterfaceType
리턴 void

IncrementLifetimeScope() 공개 메소드

public IncrementLifetimeScope ( ) : void
리턴 void

IncrementObjectInstance() 공개 메소드

public IncrementObjectInstance ( ) : void
리턴 void

IncrementQuery() 공개 메소드

public IncrementQuery ( InterfaceType ifType ) : void
ifType InterfaceType
리턴 void

IncrementServerMethodInvocation() 공개 메소드

public IncrementServerMethodInvocation ( ) : void
리턴 void

IncrementSetObjects() 공개 메소드

public IncrementSetObjects ( ) : void
리턴 void

IncrementSubmitChanges() 공개 메소드

public IncrementSubmitChanges ( ) : void
리턴 void

IncrementZetboxContext() 공개 메소드

public IncrementZetboxContext ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( IFrozenContext frozenCtx ) : void
frozenCtx IFrozenContext
리턴 void

Install() 공개 메소드

public Install ( ) : void
리턴 void

Uninstall() 공개 메소드

public Uninstall ( ) : void
리턴 void

프로퍼티 상세

InstanceName 공개적으로 프로퍼티

public string InstanceName
리턴 string

initialized 보호되어 있는 프로퍼티

protected bool initialized
리턴 bool