PosExplorer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.