Click or drag to resize
QueuePauseAction Constructor
Overload List
  NameDescription
Public methodQueuePauseAction
Creates a new empty QueuePauseAction.
Public methodQueuePauseAction(String)
Creates a new QueuePauseAction that makes the member on the given interface unavailable on all queues.
Public methodQueuePauseAction(String, Boolean)
Creates a new QueuePauseAction that makes the member on the given interface available or unavailable on all queues.
Public methodQueuePauseAction(String, String)
Creates a new QueuePauseAction that makes the member on the given interface unavailable on the given queue.
Public methodQueuePauseAction(String, String, Boolean)
Creates a new QueuePauseAction that makes the member on the given interface unavailable on the given queue.
Top
See Also