StatsTableDataManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Publishes silo or client statistics to Azure Table
public class StatsTableDataManager : Orleans.Runtime.IStatisticsPublisher
type StatsTableDataManager = class
interface IStatisticsPublisher
Public Class StatsTableDataManager
Implements IStatisticsPublisher
- Inheritance
-
StatsTableDataManager
- Implements
Constructors
StatsTableDataManager() |
Initializes a new instance of the StatsTableDataManager class. |
StatsTableDataManager(ILoggerFactory) |
Methods
ReportStats(List<ICounter>) |
Writes a set of statistics to storage. |
Explicit Interface Implementations
IStatisticsPublisher.Init(Boolean, String, String, String, String, String) |