 | RouterIsPaused Property |
Defines whether the routing process is Paused or Running
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic bool IsPaused { get; set; }Public Property IsPaused As Boolean
Get
Set
Dim instance As Router
Dim value As Boolean
value = instance.IsPaused
instance.IsPaused = value
public:
property bool IsPaused {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also