Share via


BumpBar.AsyncMode Property

Indicates whether BumpBarSound is performed asynchronously.

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

Usage

'Usage
Dim bumpBar1 As BumpBar

Dim returnValue As Boolean
returnValue = bumpBar1.AsyncMode

Dim sampleValue As Boolean
bumpBar1.AsyncMode = sampleValue

Syntax

'Declaration
Public MustOverride Property AsyncMode() As Boolean
public abstract bool AsyncMode {get; set;}
public: property virtual Boolean AsyncMode{
    Boolean get();
    Void set(Boolean);
}
public abstract boolean get_AsyncMode();
public abstract void set_AsyncMode(boolean);
public abstract function get AsyncMode() : Boolean;
public abstract function set AsyncMode(Boolean);

Remarks

If TRUE, then the BumpBarSound method is performed asynchronously.If FALSE, tones are generated synchronously.

AsyncMode is typically initialized to FALSE. It should then be kept current by the service object while 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.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

BumpBar Class
BumpBar Members
Microsoft.PointOfService Namespace
BumpBarSound