Share via


ItemDispenser.DispenserStatus Property

2/27/2008

Gets the current status of the Item Dispenser.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property DispenserStatus As ItemDispenserStatus
public abstract ItemDispenserStatus DispenserStatus { get; }
public:
virtual property ItemDispenserStatus DispenserStatus {
    ItemDispenserStatus get () abstract;
}
/** @property */
public abstract ItemDispenserStatus get_DispenserStatus ()
public abstract function get DispenserStatus () : ItemDispenserStatus

Remarks

This property is initialized and kept current while the device is enabled. If more than one condition is present, then the order of precedence starting at the highest is: fault, empty, and near empty.

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

ItemDispenser Class
ItemDispenser Members
Microsoft.PointOfService Namespace