C# Class Server, CodeSpells

Inheritance: Singleton, IServer
Exibir arquivo Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
applicationRunning bool
last_message String

Public Methods

Method Description
Server ( CallResponseQueue queue ) : System

Method Details

Server() public method

public Server ( CallResponseQueue queue ) : System
queue CallResponseQueue
return System

Property Details

applicationRunning public_oe property

public bool applicationRunning
return bool

last_message public_oe property

public String last_message
return String