[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Construct an object message for a session.
Namespace:
TIBCO.EMSAssembly: 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.