Click or drag to resize
QueueRemoveAction Constructor (String, String)
Creates a new QueueRemoveAction that removes the member on the given interface from the given queue.

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

Parameters

queue
Type: SystemString
the name of the queue the member will be removed from
iface
Type: SystemString
the interface of the member to remove
See Also