PosCommon.ResetStatistics Method
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.
Overloads
ResetStatistics(StatisticCategories) |
Resets all statistics for a specified category to 0 (zero). |
ResetStatistics(String[]) |
Resets the specified statistics to 0 (zero). |
ResetStatistics() |
Resets all statistics associated with a device to 0 (zero). |
ResetStatistics(StatisticCategories)
Resets all statistics for a specified category to 0 (zero).
public abstract void ResetStatistics (Microsoft.PointOfService.StatisticCategories statistics);
abstract member ResetStatistics : Microsoft.PointOfService.StatisticCategories -> unit
Public MustOverride Sub ResetStatistics (statistics As StatisticCategories)
Parameters
- statistics
- StatisticCategories
Contains the category of statistics the application wishes to reset for the device. Possible categories are defined by the StatisticsCategories enumeration.
Applies to
ResetStatistics(String[])
Resets the specified statistics to 0 (zero).
public abstract void ResetStatistics (string[] statistics);
abstract member ResetStatistics : string[] -> unit
Public MustOverride Sub ResetStatistics (statistics As String())
Parameters
- statistics
- String[]
Contains an array of statistic names to be reset.
Applies to
ResetStatistics()
Resets all statistics associated with a device to 0 (zero).
public abstract void ResetStatistics ();
abstract member ResetStatistics : unit -> unit
Public MustOverride Sub ResetStatistics ()