| QueuePauseAction Constructor (String, Boolean) |
Creates a new QueuePauseAction that makes the member on the given
interface available or unavailable on all queues.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public QueuePauseAction(
string iface,
bool paused
)
Public Sub New (
iface As String,
paused As Boolean
)
public:
QueuePauseAction(
String^ iface,
bool paused
)
new :
iface : string *
paused : bool -> QueuePauseAction
Parameters
- iface
- Type: SystemString
the interface of the member to make unavailable - paused
- Type: SystemBoolean
true to make the member unavailbale, false to make the member available
See Also