Click or drag to resize

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
Syntax
public Router(
	string queueName
)

Parameters

queueName
Type: SystemString
Name of the Queue
Exceptions
ExceptionCondition
ArgumentNullExceptionThe queueName parameter is null or an empty string
Remarks
Inner blanks will be removed from queueName. If the value is an empty string, a ArgumentNullException will be thrown.
See Also