Share via


PosExplorer Constructor () (POS for .NET v1.12 SDK Documentation)

2/27/2008

Creates an instance of the PosExplorer class.

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

Syntax

'Declaration
Public Sub New
public PosExplorer ()
public:
PosExplorer ()
public PosExplorer ()
public function PosExplorer ()

Remarks

Default constructor for PosExplorer. Initializes system resources and creates an instance of the PosExplorer class. Use this constructor when you do not have events from the service object reported on a particular thread. To have events reported on a predefined thread, you must use the PosExplorer(IsynchronizeInvoke) constructor.

See Also

Reference

PosExplorer Class
PosExplorer Members
Microsoft.PointOfService Namespace