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

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

Public Methods

Method Description
DecrementViewModel ( ) : void
Dump ( bool force ) : void

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

FormatTo ( string>.Dictionary values ) : void
IncrementViewModel ( ) : void
IncrementViewModelCreate ( ) : void
IncrementViewModelFetch ( ) : void
Read ( ) : Data

Protected Methods

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

Method Details

DecrementViewModel() public method

public DecrementViewModel ( ) : void
return void

Dump() public method

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

FormatTo() public method

public FormatTo ( string>.Dictionary values ) : void
values string>.Dictionary
return void

GetAllClassNames() protected method

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

IncrementViewModel() public method

public IncrementViewModel ( ) : void
return void

IncrementViewModelCreate() public method

public IncrementViewModelCreate ( ) : void
return void

IncrementViewModelFetch() public method

public IncrementViewModelFetch ( ) : void
return void

OnDataRead() protected method

protected OnDataRead ( ) : void
return void

Read() public method

public Read ( ) : Data
return Data

ResetValues() protected method

protected ResetValues ( ) : void
return void