[TIBCO.EMS .NET client library 5.1 documentation]

Construct a text message for a session.

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

Syntax

public TextMessage(
	Session session,
	string text
)
Public Sub New ( _
	session As Session, _
	text As String _
)
public:
TextMessage(
	Session^ session, 
	String^ text
)

Parameters

session
Type: TIBCO.EMS..::.Session
The session of the message.
text
Type: System..::.String
The text content of the message.

See Also