CreateQueueTable() Method
In This Topic
Creates a queue table for storing queues in the database. Uses
Connection for connecting to the database, sets the name and parameters of the table in database relying on
QueueTableName and
Options.
Syntax
'Declaration
Public Overloads Sub CreateQueueTable()
public void CreateQueueTable()
See Also