C# Class Zetbox.API.Server.PerfCounter.MemoryAppender

Inheritance: Zetbox.API.PerfCounter.BaseMemoryAppender, IMemoryAppender
Mostrar archivo Open project: daszat/zetbox

Public Methods

Method Description
Dump ( bool force ) : void

Default implementation does nothing. You need to read the values directly.

Read ( ) : Data

Protected Methods

Method Description
GetAllClassNames ( IFrozenContext frozenCtx ) : List
OnDataRead ( ) : void

Method Details

Dump() public method

Default implementation does nothing. You need to read the values directly.
public Dump ( bool force ) : void
force bool
return void

GetAllClassNames() protected method

protected GetAllClassNames ( IFrozenContext frozenCtx ) : List
frozenCtx IFrozenContext
return List

OnDataRead() protected method

protected OnDataRead ( ) : void
return void

Read() public method

public Read ( ) : Data
return Data