Share via


HardTotals.RecalculateValidationData Method (POS for .NET v1.14 SDK Documentation)

3/2/2014

Recalculates validation data for the specified totals file.

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

Syntax

'Declaration
Public MustOverride Sub RecalculateValidationData ( _
    handle As Integer _
)
public abstract void RecalculateValidationData (
    int handle
)
public:
virtual void RecalculateValidationData (
    int handle
) abstract
public abstract void RecalculateValidationData (
    int handle
)
public abstract function RecalculateValidationData (
    handle : int
)

Parameters

  • handle
    The handle parameter contains the handle to a totals file.

Remarks

RecalculateValidationData may cause a PosControlException to be thrown with one of the following ErrorCodes.

Value

Meaning

Claimed

Cannot recalculate because either the totals file or the totals area is claimed by another application.

Illegal

The handle is invalid, or advanced error detection is not supported by either the service object or by this file.

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

HardTotals Class
HardTotals Members
Microsoft.PointOfService Namespace