[TIBCO.EMS .NET client library 5.1 documentation]

Construct an object message for a session.

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

Syntax

public ObjectMessage(
	Session session,
	Object obj
)
Public Sub New ( _
	session As Session, _
	obj As Object _
)
public:
ObjectMessage(
	Session^ session, 
	Object^ obj
)

Parameters

session
Type: TIBCO.EMS..::.Session
The session of the message.
obj
Type: System..::.Object
The object as the content of the message.

See Also