C# Class Queue.Services.Server.TemplateService

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

Private Properties

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

Méthodes publiques

Méthode Description
Echo ( string message ) : Task
Heartbeat ( ) : System.Threading.Tasks.Task
TemplateService ( ) : Microsoft.Practices.Unity

Méthodes protégées

Méthode Description
ReadTemplate ( string app, string theme, string template ) : Stream

Private Methods

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

Method Details

Echo() public méthode

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

Heartbeat() public méthode

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

ReadTemplate() protected méthode

protected ReadTemplate ( string app, string theme, string template ) : Stream
app string
theme string
template string
Résultat Stream

TemplateService() public méthode

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