[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Writes an object to the stream message.
Namespace:
TIBCO.EMS.UFOAssembly: 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.