Definition
Assembly: CloudNimble.SimpleMessageBus.Dispatch.FileSystem.dll Namespace: CloudNimble.SimpleMessageBus.Dispatch.Triggers Inheritance: System.ObjectSyntax
Summary
Context input for ISimpleMessageBusFileProcessorFactoryConstructors
.ctor
Constructs a new instanceSyntax
Parameters
| Name | Type | Description |
|---|---|---|
options | CloudNimble.SimpleMessageBus.Core.FileSystemOptions | The FilesOptions |
attribute | CloudNimble.SimpleMessageBus.Dispatch.Triggers.SimpleMessageBusFileTriggerAttribute | The SimpleMessageBusFileTriggerAttribute |
queueFolder | string | - |
executor | Microsoft.Azure.WebJobs.Host.Executors.ITriggeredFunctionExecutor | The function executor. |
logger | Microsoft.Extensions.Logging.ILogger | The ILogger. |
.ctor Inherited
Inherited from
objectSyntax
Properties
Attribute
Gets the SimpleMessageBusFileTriggerAttributeSyntax
Property Value
Type:CloudNimble.SimpleMessageBus.Dispatch.Triggers.SimpleMessageBusFileTriggerAttribute
Executor
Gets the function executorSyntax
Property Value
Type:Microsoft.Azure.WebJobs.Host.Executors.ITriggeredFunctionExecutor
Logger
Gets the ILogger.Syntax
Property Value
Type:Microsoft.Extensions.Logging.ILogger
Options
Gets the FilesOptionsSyntax
Property Value
Type:CloudNimble.SimpleMessageBus.Core.FileSystemOptions
QueueFolder
Gets the queue folder.Syntax
Property Value
Type:string
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?