Share via


PosCommon.UpdateStatistics Method (StatisticCategories, Object) (POS for .NET v1.12 SDK Documentation)

2/27/2008

Updates the specified category of statistics with the specified value.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Sub UpdateStatistics ( _
    statistics As StatisticCategories, _
    value As Object _
)
public abstract void UpdateStatistics (
    StatisticCategories statistics,
    Object value
)
public:
virtual void UpdateStatistics (
    StatisticCategories statistics, 
    Object^ value
) abstract
public abstract void UpdateStatistics (
    StatisticCategories statistics, 
    Object value
)
public abstract function UpdateStatistics (
    statistics : StatisticCategories, 
    value : Object
)

Parameters

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

Remarks

For UpdateStatistics to be successful, both the CapStatisticsReporting and CapUpdateStatistics properties must be set to true.

UpdateStatistics is always executed synchronously.

UpdateStatistics may throw a PosControlException with the following values:

Value

Meaning

Illegal

One of the following conditions has occurred:

  • The CapStatisticsReporting or CapUpdateStatistics property is set to false; or

  • The specified statistics category is invalid.

Extended

ExtendedErrorStatistics. At least one of the specified statistics could not be updated.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace
CapStatisticsReporting
CapUpdateStatistics