Condividi tramite


PosExplorer Constructors

Definition

Overloads

PosExplorer()

Creates an instance of the PosExplorer class.

PosExplorer(ISynchronizeInvoke)

Creates an instance of the PosExplorer class with the specified parameter and initializes the system.

PosExplorer()

Creates an instance of the PosExplorer class.

public PosExplorer ();
Public Sub New ()

Applies to

PosExplorer(ISynchronizeInvoke)

Creates an instance of the PosExplorer class with the specified parameter and initializes the system.

public PosExplorer (System.ComponentModel.ISynchronizeInvoke synchronizingObject);
new Microsoft.PointOfService.PosExplorer : System.ComponentModel.ISynchronizeInvoke -> Microsoft.PointOfService.PosExplorer
Public Sub New (synchronizingObject As ISynchronizeInvoke)

Parameters

synchronizingObject
ISynchronizeInvoke

An object that implements the .NET Framework class IsynchronizeInvoke. ISynchronizeInvoke is used to marshal events to a particular thread defined by the object. For more information, see the .NET Framework Library documentation.

Applies to