Click or drag to resize
QueuePauseAction Constructor (String, String)
Creates a new QueuePauseAction that makes the member on the given interface unavailable on the given queue.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public QueuePauseAction(
	string iface,
	string queue
)

Parameters

iface
Type: SystemString
the interface of the member to make unavailable
queue
Type: SystemString
the queue the member is made unvailable on
See Also