Share via


ElectronicJournal.SuspendPrintContent Method (POS for .NET v1.12 SDK Documentation)

2/27/2008

Suspends all data transfer from the device and then suspends the device state.

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

Syntax

'Declaration
Public MustOverride Sub SuspendPrintContent
public abstract void SuspendPrintContent ()
public:
virtual void SuspendPrintContent () abstract
public abstract void SuspendPrintContent ()
public abstract function SuspendPrintContent ()

Remarks

This method is primarily intended for use in exception conditions when asynchronous output is outstanding, such as in an error event handler. This method cannot be called unless asynchronous output is outstanding.

After this method is called, the Suspended property is set to true, and a StatusUpdateEvent event is delivered.

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
Suspended
PrintContent
ElectronicJournal.PrintContentFile Method
ElectronicJournal.ResumePrintContent Method
ElectronicJournal.CancelPrintContent Method