ElectronicValueRW.LogStatus Property
2/27/2008
Gets the status of the transaction log.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property LogStatus As LogState
public abstract LogState LogStatus { get; }
public:
virtual property LogState LogStatus {
LogState get () abstract;
}
/** @property */
public abstract LogState get_LogStatus ()
public abstract function get LogStatus () : LogState
Remarks
If transaction log becomes full, depending on the device, the settlement processing may be unable to operate.
After this property is initialized, it is kept current as long as the device is enabled.
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
ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace