C# Class Queue.Services.Hub.DisplayService

Inheritance: Queue.Services.Common.DependencyService, IDisplayService
Afficher le fichier Open project: breslavsky/queue

Private Properties

Свойство Type Description
channel_Closing void
channel_Faulted void

Méthodes publiques

Méthode Description
ClearText ( byte deviceId ) : System.Threading.Tasks.Task
DisplayService ( ) : Microsoft.Practices.Unity
Echo ( string message ) : Task
GetDrivers ( ) : Task
Heartbeat ( ) : System.Threading.Tasks.Task
ShowLines ( byte deviceId, ushort lines ) : System.Threading.Tasks.Task
ShowText ( byte deviceId, string text ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
channel_Closing ( object sender, EventArgs e ) : void
channel_Faulted ( object sender, EventArgs e ) : void

Method Details

ClearText() public méthode

public ClearText ( byte deviceId ) : System.Threading.Tasks.Task
deviceId byte
Résultat System.Threading.Tasks.Task

DisplayService() public méthode

public DisplayService ( ) : Microsoft.Practices.Unity
Résultat Microsoft.Practices.Unity

Echo() public méthode

public Echo ( string message ) : Task
message string
Résultat Task

GetDrivers() public méthode

public GetDrivers ( ) : Task
Résultat Task

Heartbeat() public méthode

public Heartbeat ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ShowLines() public méthode

public ShowLines ( byte deviceId, ushort lines ) : System.Threading.Tasks.Task
deviceId byte
lines ushort
Résultat System.Threading.Tasks.Task

ShowText() public méthode

public ShowText ( byte deviceId, string text ) : System.Threading.Tasks.Task
deviceId byte
text string
Résultat System.Threading.Tasks.Task