CoinDispenserBasic Class

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

Usage

'Usage
Dim coinDispenserBasic1 As New CoinDispenserBasic()

Syntax

'Declaration
MustInherit Public Class CoinDispenserBasic
    Inherits CoinDispenser
    Implements IDisposable
public abstract class CoinDispenserBasic : CoinDispenser, IDisposable
public abstract ref class CoinDispenserBasic : public CoinDispenser, IDisposable
public abstract class CoinDispenserBasic extends CoinDispenser implements IDisposable
public abstract class CoinDispenserBasic extends CoinDispenser implements IDisposable

Inheritance Hierarchy

System.Object
   Microsoft.PointOfService.PosDevice
     Microsoft.PointOfService.PosCommon
       Microsoft.PointOfService.CoinDispenser
        Microsoft.PointOfService.BasicServiceObjects.CoinDispenserBasic

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

CoinDispenserBasic Members
Microsoft.PointOfService.BasicServiceObjects Namespace