Share via


Gate.GateStatus Property

2/27/2008

Gets the current status of the device.

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

Syntax

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

Remarks

If the CapGateStatus property is false, then the device does not support status reporting, and this property has no meaning.

This property is initialized and kept current while the device is enabled.

An appropriate StatusUpdateEvent event indicates a status change will be enqueued.

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

Gate Class
Gate Members
Microsoft.PointOfService Namespace