C# Class Subtext.Framework.Stats.ProcessStats

Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
entryViews IEnumerable

Public Methods

Method Description
Enqueue ( ) : void
ProcessStats ( IEnumerable evc ) : System.Collections.Generic

Private Methods

Method Description
Process ( object state ) : void

Method Details

Enqueue() public method

public Enqueue ( ) : void
return void

ProcessStats() public method

public ProcessStats ( IEnumerable evc ) : System.Collections.Generic
evc IEnumerable
return System.Collections.Generic

Property Details

entryViews protected_oe property

protected IEnumerable entryViews
return IEnumerable