[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Writes an object to the stream message.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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