Definition
Assembly: CloudNimble.SimpleMessageBus.Core.dll Namespace: CloudNimble.SimpleMessageBus.Core Inheritance: System.ObjectSyntax
Summary
Specifies the options required to leverage the local file system as the SimpleMessageBus backing queue.Constructors
.ctor
The default constructor, which sets the default values equal to the values specified in FileSystemConstants.Syntax
.ctor Inherited
Inherited from
objectSyntax
Properties
CompletedFolderPath
The folder segment where successfully-processed queue items will be moved to upon completion.Syntax
Property Value
Type:string
ErrorFolderPath
The folder segment where failed items will be stored while they are waiting to be analyzed and reprocessed.Syntax
Property Value
Type:string
IsNetworkPath
Gets a boolean specifying whether or not the FileSystemOptions.RootFolder is a network path (either a UNC or mapped drive).Syntax
Property Value
Type:bool
QueueFolderPath
The folder segment where items will be stored while they are waiting to be processed.Syntax
Property Value
Type:string
RootFolder
A string representing the folder that will hold the three required queue folders.Syntax
Property Value
Type:string
VirusScanDelayInSeconds
An integer representing the number of seconds to wait before firing FileSystemWatcher events to process the Queue.Syntax
Property Value
Type:int
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?