Click or drag to resize

Router Properties

The Router type exposes the following members.

Properties
  NameDescription
Public propertyDestinationSmtps
A Dictionary containing the Smtp Configuration based on a Key name
Public propertyFolders
A structure representing the queue folders
Public propertyIsInitialized
Returns a flag to inform if the router is initialized
Public propertyIsPaused
Defines whether the routing process is Paused or Running
Public propertyMessageLifespan
The TimeSpan a message is stil considered valid to retry. By default, a message lasts 15 minutes after its creation time
Public propertyMessagePurgeLifespan
The TimeSpan a message remains on the queues. By default a message remains there for 90 days before being purged.
Public propertyQueueName
Represents the Queue Name
Public propertyQueuePath
Represents the Queue Path
Public propertyRoutingRules
List of Rules to be applied when routing messages
Top
See Also