[TIBCO.EMS .NET Admin client library 7.0 documentation]

Creates CMListener on a given transport with given name and subject name.

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

Syntax

public CMListenerInfo(
	string transport,
	string name,
	string subject
)
Public Sub New ( _
	transport As String, _
	name As String, _
	subject As String _
)
public:
CMListenerInfo(
	String^ transport, 
	String^ name, 
	String^ subject
)

Parameters

transport
Type: System..::.String
the name of the transport on which the listener is to be created.
name
Type: System..::.String
the name of listener to be created.
subject
Type: System..::.String
the subject on which the listener is to be created.

See Also