C# Класс Aliencube.WebJob.Host.Autofac.Functions

This represents the function entity for Azure WebJob.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Functions() публичный Метод

Initializes a new instance of the Functions class.
public Functions ( Aliencube.WebJob.Host.Autofac.Helper helper ) : System
helper Aliencube.WebJob.Host.Autofac.Helper instance.
Результат System

ProcessQueueMessage() публичный Метод

Processes the incoming queue message.
public ProcessQueueMessage ( string message, TextWriter log ) : void
message string Queue message.
log TextWriter Log writer.
Результат void