| QueueRemoveAction Constructor (String, String) |
Creates a new QueueRemoveAction that removes the member on the given interface from the given queue.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public QueueRemoveAction(
string queue,
string iface
)
Public Sub New (
queue As String,
iface As String
)
public:
QueueRemoveAction(
String^ queue,
String^ iface
)
new :
queue : string *
iface : string -> QueueRemoveAction
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