C# 클래스 Queue.Services.Server.TemplateService

상속: Queue.Services.Common.DependencyService, ITemplateService
파일 보기 프로젝트 열기: breslavsky/queue

Private Properties

프로퍼티 타입 설명
channel_Closing void
channel_Faulted void

공개 메소드들

메소드 설명
Echo ( string message ) : Task
Heartbeat ( ) : System.Threading.Tasks.Task
TemplateService ( ) : Microsoft.Practices.Unity

보호된 메소드들

메소드 설명
ReadTemplate ( string app, string theme, string template ) : Stream

비공개 메소드들

메소드 설명
channel_Closing ( object sender, EventArgs e ) : void
channel_Faulted ( object sender, EventArgs e ) : void

메소드 상세

Echo() 공개 메소드

public Echo ( string message ) : Task
message string
리턴 Task

Heartbeat() 공개 메소드

public Heartbeat ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ReadTemplate() 보호된 메소드

protected ReadTemplate ( string app, string theme, string template ) : Stream
app string
theme string
template string
리턴 Stream

TemplateService() 공개 메소드

public TemplateService ( ) : Microsoft.Practices.Unity
리턴 Microsoft.Practices.Unity