DropQueueTable(Boolean) Method
In This Topic
Drops an existing queue table.
Syntax
'Declaration
Public Overloads Sub DropQueueTable( _
ByVal As Boolean _
)
public void DropQueueTable(
bool
)
Parameters
- force
- false means the operation does not succeed if there are any queues in the table. true means all queues in the table are stopped and dropped automatically.
See Also