[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Constructs a new Queue object with the given address.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public Queue(
	string address
)
Public Sub New ( _
	address As String _
)
public:
Queue(
	String^ address
)

Parameters

address
Type: System..::.String
address of the queue

See Also