Router Properties |
The Router type exposes the following members.
| Name | Description | |
|---|---|---|
| DestinationSmtps |
A Dictionary containing the Smtp Configuration based on a Key name
| |
| Folders |
A structure representing the queue folders
| |
| IsInitialized |
Returns a flag to inform if the router is initialized
| |
| IsPaused |
Defines whether the routing process is Paused or Running
| |
| MessageLifespan |
The TimeSpan a message is stil considered valid to retry. By default, a message lasts 15 minutes after its creation time
| |
| MessagePurgeLifespan |
The TimeSpan a message remains on the queues. By default a message remains there for 90 days before being purged.
| |
| QueueName |
Represents the Queue Name
| |
| QueuePath |
Represents the Queue Path
| |
| RoutingRules |
List of Rules to be applied when routing messages
|