Skip to main content

Definition

Assembly: CloudNimble.SimpleMessageBus.Dispatch.FileSystem.dll Namespace: CloudNimble.SimpleMessageBus.Dispatch.Triggers Inheritance: System.Object

Syntax

CloudNimble.SimpleMessageBus.Dispatch.Triggers.SimpleMessageBusFileProcessorFactoryContext

Summary

Context input for ISimpleMessageBusFileProcessorFactory

Constructors

.ctor

Constructs a new instance

Syntax

public SimpleMessageBusFileProcessorFactoryContext(CloudNimble.SimpleMessageBus.Core.FileSystemOptions options, CloudNimble.SimpleMessageBus.Dispatch.Triggers.SimpleMessageBusFileTriggerAttribute attribute, string queueFolder, Microsoft.Azure.WebJobs.Host.Executors.ITriggeredFunctionExecutor executor, Microsoft.Extensions.Logging.ILogger logger)

Parameters

NameTypeDescription
optionsCloudNimble.SimpleMessageBus.Core.FileSystemOptionsThe FilesOptions
attributeCloudNimble.SimpleMessageBus.Dispatch.Triggers.SimpleMessageBusFileTriggerAttributeThe SimpleMessageBusFileTriggerAttribute
queueFolderstring-
executorMicrosoft.Azure.WebJobs.Host.Executors.ITriggeredFunctionExecutorThe function executor.
loggerMicrosoft.Extensions.Logging.ILoggerThe ILogger.

.ctor Inherited

Inherited from object

Syntax

public Object()

Properties

Attribute

Gets the SimpleMessageBusFileTriggerAttribute

Syntax

public CloudNimble.SimpleMessageBus.Dispatch.Triggers.SimpleMessageBusFileTriggerAttribute Attribute { get; private set; }

Property Value

Type: CloudNimble.SimpleMessageBus.Dispatch.Triggers.SimpleMessageBusFileTriggerAttribute

Executor

Gets the function executor

Syntax

public Microsoft.Azure.WebJobs.Host.Executors.ITriggeredFunctionExecutor Executor { get; private set; }

Property Value

Type: Microsoft.Azure.WebJobs.Host.Executors.ITriggeredFunctionExecutor

Logger

Gets the ILogger.

Syntax

public Microsoft.Extensions.Logging.ILogger Logger { get; private set; }

Property Value

Type: Microsoft.Extensions.Logging.ILogger

Options

Gets the FilesOptions

Syntax

public CloudNimble.SimpleMessageBus.Core.FileSystemOptions Options { get; private set; }

Property Value

Type: CloudNimble.SimpleMessageBus.Core.FileSystemOptions

QueueFolder

Gets the queue folder.

Syntax

public string QueueFolder { get; private set; }

Property Value

Type: string

Methods

Equals Inherited Virtual

Inherited from object

Syntax

public virtual bool Equals(object obj)

Parameters

NameTypeDescription
objobject?-

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

public static bool Equals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

public virtual int GetHashCode()

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

public System.Type GetType()

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

protected internal object MemberwiseClone()

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

public static bool ReferenceEquals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

public virtual string ToString()

Returns

Type: string?