Show / Hide Table of Contents

Interface IQueueProcessorFactory

Factory for creating QueueProcessor instances.

Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.WebJobs.Extensions.Storage.Queues.dll
Syntax
public interface IQueueProcessorFactory

Methods

Create(QueueProcessorOptions)

Creates a QueueProcessor using the specified context.

Declaration
public Microsoft.Azure.WebJobs.Host.Queues.QueueProcessor Create (Microsoft.Azure.WebJobs.Host.Queues.QueueProcessorOptions queueProcessorOptions);
Parameters
QueueProcessorOptions queueProcessorOptions

The QueueProcessorOptions to use.

Returns
QueueProcessor

A QueueProcessor instance.

Back to top Azure SDK for .NET