C# 클래스 FeedbackEngine_WebJobs.Questions

파일 보기 프로젝트 열기: christopheranderson/feedbackengine

공개 메소드들

메소드 설명
RSSFeedProcessor ( [ RunOnStartup = true)]TimerInfotimer, [ outQ, Microsoft.Azure.WebJobs.Host.TraceWriter log ) : void
SaveQuestion ( [ q, [ questionsTable, [ messageQ, [ peopleTable, Microsoft.Azure.WebJobs.Host.TraceWriter log ) : void

비공개 메소드들

메소드 설명
AssignOwner ( Question q, Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : People
ProcessStackOverflowEntry ( System.ServiceModel.Syndication.SyndicationItem item, string category ) : Question

메소드 상세

RSSFeedProcessor() 공개 메소드

public RSSFeedProcessor ( [ RunOnStartup = true)]TimerInfotimer, [ outQ, Microsoft.Azure.WebJobs.Host.TraceWriter log ) : void
RunOnStartup [
outQ [
log Microsoft.Azure.WebJobs.Host.TraceWriter
리턴 void

SaveQuestion() 공개 메소드

public SaveQuestion ( [ q, [ questionsTable, [ messageQ, [ peopleTable, Microsoft.Azure.WebJobs.Host.TraceWriter log ) : void
q [
questionsTable [
messageQ [
peopleTable [
log Microsoft.Azure.WebJobs.Host.TraceWriter
리턴 void