[TIBCO.EMS .NET client library 6.0 documentation]

Writes an object to the stream message.

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

Syntax

public void WriteObject(
	Object value
)
Public Sub WriteObject ( _
	value As Object _
)
public:
void WriteObject(
	Object^ value
)

Parameters

value
Type: System..::.Object
the object to be written

Remarks

This method converts an object to a primitive value (if possible) and writes that value to the stream message.

See Also