Skip to main content

Definition

Assembly: CloudNimble.SimpleMessageBus.Core.dll Namespace: CloudNimble.SimpleMessageBus.Core Inheritance: System.Object

Syntax

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 object

Syntax

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 object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?