LogState Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the state of the transaction log.

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

Syntax

'Declaration
Public Enumeration LogState
public enum LogState
public enum class LogState
public enum LogState
public enum LogState

Members

Member name Description
Full The transaction log is full.
NearFull The transaction log is nearly full.
Ok The transaction log has enough capacity.

Remarks

If the transaction log becomes full, depending on the device, the settlement processing may not be able to operate.

After this property is initialized, it is kept current as long as the device is enabled.

See Also

Reference

Microsoft.PointOfService Namespace