Share via


PrintOperation.AsyncMode Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Contains the AsyncMode property setting at the time of the application’s print request.

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

Syntax

'Declaration
Public ReadOnly Property AsyncMode As Boolean
public bool AsyncMode { get; }
public:
property bool AsyncMode {
    bool get ();
}
/** @property */
public boolean get_AsyncMode ()
public function get AsyncMode () : boolean

Remarks

Contains the AsyncMode property setting at the time of the application’s print request.

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

PrintOperation Class
PrintOperation Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinter.AsyncMode Property