C# Class Queue.Services.Server.TemplateService

Inheritance: Queue.Services.Common.DependencyService, ITemplateService
Mostra file Open project: breslavsky/queue

Private Properties

Property Type Description
channel_Closing void
channel_Faulted void

Public Methods

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

Protected Methods

Method Description
ReadTemplate ( string app, string theme, string template ) : Stream

Private Methods

Method Description
channel_Closing ( object sender, EventArgs e ) : void
channel_Faulted ( object sender, EventArgs e ) : void

Method Details

Echo() public method

public Echo ( string message ) : Task
message string
return Task

Heartbeat() public method

public Heartbeat ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ReadTemplate() protected method

protected ReadTemplate ( string app, string theme, string template ) : Stream
app string
theme string
template string
return Stream

TemplateService() public method

public TemplateService ( ) : Microsoft.Practices.Unity
return Microsoft.Practices.Unity