[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
The public constructor creates a QueueInfo object with the given name.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public QueueInfo( string queueName ) |
Public Sub New ( _ queueName As String _ ) |
public: QueueInfo( String^ queueName ) |
Parameters
- queueName
- Type: System..::.String
the name for the queue being created.
Remarks
The queue is not created on the server until the object is passed to Admin.CreateQueue().