Share via


Scale.DataCount Property

Holds the number of queued DataEvent events.

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

Usage

'Usage
Dim scale1 As Scale

Dim returnValue As Integer
returnValue = scale1.DataCount

Syntax

'Declaration
Public MustOverride ReadOnly Property DataCount() As Integer
public abstract int DataCount {get;}
public: property virtual Int32 DataCount{
    Int32 get();
}
public abstract int get_DataCount();
public abstract function get DataCount() : int;

Remarks

The application can read this property to determine whether additional input is queued from a device but has not yet been delivered because of other application processing, freezing of events, or other causes.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Scale Class
Scale Members
Microsoft.PointOfService Namespace
DataEvent