Share via


ElectronicJournal.SuspendQueryContent Method

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 SuspendQueryContent
public abstract void SuspendQueryContent ()
public:
virtual void SuspendQueryContent () abstract
public abstract void SuspendQueryContent ()
public abstract function SuspendQueryContent ()

Remarks

This method is primarily intended for use in exception conditions when asynchronous output is outstanding, such as in an Error event handler.

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
QueryContent
ElectronicJournal.ResumeQueryContent Method
ElectronicJournal.CancelQueryContent Method