Share via


DeviceStatistics.ResetStatistics Method

Definition

Overloads

ResetStatistics()

Resets all statistics associated with a device to 0 (zero).

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).

public void ResetStatistics ();
member this.ResetStatistics : unit -> unit
Public Sub ResetStatistics ()

Applies to

ResetStatistics(StatisticCategories)

Resets all statistics for a specified category to 0 (zero).

public void ResetStatistics (Microsoft.PointOfService.StatisticCategories statistics);
member this.ResetStatistics : Microsoft.PointOfService.StatisticCategories -> unit
Public 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 void ResetStatistics (string[] statistics);
member this.ResetStatistics : string[] -> unit
Public Sub ResetStatistics (statistics As String())

Parameters

statistics
String[]

Contains a comma-separated string of statistics.

Applies to