Click or drag to resize

Router Methods

The Router type exposes the following members.

Methods
  NameDescription
Public methodEnqueue
Adds a message to the proper queue
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadRoutingRules
Load Routing Rules from a Text File
Public methodLoadSmtpConfiguration
Load Smtp Configuration from a Text File
Public methodPurgeQueues
Purges queues for messages older then the MessagePurgeLifespan
Public methodSaveRoutingRules
Saves the existing routing rules to a text file
Public methodSaveSmtpConfiguration
Saves the existing Smtp Configuration to a Text File
Public methodStartAsync
Starts the Message Routing
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also