C# Class FeedbackEngine_WebJobs.Questions

Show file Open project: christopheranderson/feedbackengine

Public Methods

Method Description
RSSFeedProcessor ( [ RunOnStartup = true)]TimerInfotimer, [ outQ, Microsoft.Azure.WebJobs.Host.TraceWriter log ) : void
SaveQuestion ( [ q, [ questionsTable, [ messageQ, [ peopleTable, Microsoft.Azure.WebJobs.Host.TraceWriter log ) : void

Private Methods

Method Description
AssignOwner ( Question q, Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : People
ProcessStackOverflowEntry ( System.ServiceModel.Syndication.SyndicationItem item, string category ) : Question

Method Details

RSSFeedProcessor() public method

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

SaveQuestion() public method

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