Router Methods |
The Router type exposes the following members.
| Name | Description | |
|---|---|---|
| Enqueue |
Adds a message to the proper queue
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadRoutingRules |
Load Routing Rules from a Text File
| |
| LoadSmtpConfiguration |
Load Smtp Configuration from a Text File
| |
| PurgeQueues |
Purges queues for messages older then the MessagePurgeLifespan | |
| SaveRoutingRules |
Saves the existing routing rules to a text file
| |
| SaveSmtpConfiguration |
Saves the existing Smtp Configuration to a Text File
| |
| StartAsync |
Starts the Message Routing
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |