C# Class Aliencube.WebJob.Host.Autofac.Functions

This represents the function entity for Azure WebJob.
Show file Open project: aliencube/WebJobActivator

Public Methods

Method Description
Functions ( Aliencube.WebJob.Host.Autofac.Helper helper ) : System

Initializes a new instance of the Functions class.

ProcessQueueMessage ( string message, TextWriter log ) : void

Processes the incoming queue message.

Method Details

Functions() public method

Initializes a new instance of the Functions class.
public Functions ( Aliencube.WebJob.Host.Autofac.Helper helper ) : System
helper Aliencube.WebJob.Host.Autofac.Helper instance.
return System

ProcessQueueMessage() public method

Processes the incoming queue message.
public ProcessQueueMessage ( string message, TextWriter log ) : void
message string Queue message.
log TextWriter Log writer.
return void