Share via


ElectronicJournal.AsyncMode Property

2/27/2008

Gets or sets the Boolean value that indicates whether the print methods are performed asynchronously.

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

Syntax

'Declaration
Public MustOverride Property AsyncMode As Boolean
public abstract bool AsyncMode { get; set; }
public:
virtual property bool AsyncMode {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_AsyncMode ()

/** @property */
public abstract void set_AsyncMode (boolean value)
public abstract function get AsyncMode () : boolean

public abstract function set AsyncMode (value : boolean)

Remarks

If true, then the print methods is performed asynchronously. If false, they are performed synchronously.

This property is initialized to false by the Open method.

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

ElectronicJournal Class
ElectronicJournal Members
Microsoft.PointOfService Namespace