Share via


PosCommon.UpdateStatistics Method

Definition

Overloads

UpdateStatistics(StatisticCategories, Object)

Updates the specified category of statistics with the specified value.

UpdateStatistics(Statistic[])

Updates a list of statistics with the corresponding specified values.

UpdateStatistics(StatisticCategories, Object)

Updates the specified category of statistics with the specified value.

public abstract void UpdateStatistics (Microsoft.PointOfService.StatisticCategories statistics, object value);
abstract member UpdateStatistics : Microsoft.PointOfService.StatisticCategories * obj -> unit
Public MustOverride Sub UpdateStatistics (statistics As StatisticCategories, value As Object)

Parameters

statistics
StatisticCategories

Contains the category of statistics the application wishes to update. Possible categories are defined by the StatisticsCategories enumeration.

value
Object

Applies to

UpdateStatistics(Statistic[])

Updates a list of statistics with the corresponding specified values.

public abstract void UpdateStatistics (Microsoft.PointOfService.Statistic[] statistics);
abstract member UpdateStatistics : Microsoft.PointOfService.Statistic[] -> unit
Public MustOverride Sub UpdateStatistics (statistics As Statistic())

Parameters

statistics
Statistic[]

Contains an array of Statistic class instances (name-value pairs) that contain the names and values of the statistics to be updated.

Applies to