 | Router Constructor (String) |
Initializes a new instance of a
Router and sets the Queue Path to be the Current Directory
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic Router(
string queueName
)
Public Sub New (
queueName As String
)
Dim queueName As String
Dim instance As New Router(queueName)
public:
Router(
String^ queueName
)
Parameters
- queueName
- Type: SystemString
Name of the Queue
Exceptions
RemarksInner blanks will be removed from
queueName. If the value is an empty string, a
ArgumentNullException will be thrown.
See Also