C# Class CloverWindowsSDKREST.CloverRESTService

Inheritance: System.ServiceProcess.ServiceBase
Datei anzeigen Open project: clover/remote-pay-windows Class Usage Examples

Public Properties

Property Type Description
SERVICE_NAME string

Public Methods

Method Description
CloverRESTService ( ) : System
DebugStart ( string args ) : void
StartRESTListener ( ) : void

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method Description
OnServerStart ( ) : void
OnServerStop ( ) : void
getPOSNameAndVersion ( ) : String

Method Details

CloverRESTService() public method

public CloverRESTService ( ) : System
return System

DebugStart() public method

public DebugStart ( string args ) : void
args string
return void

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

StartRESTListener() public method

public StartRESTListener ( ) : void
return void

Property Details

SERVICE_NAME public_oe static_oe property

public static string SERVICE_NAME
return string