[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Writes a short to the stream message.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public void WriteShort( short value ) |
Public Sub WriteShort ( _ value As Short _ ) |
public: void WriteShort( short value ) |
Parameters
- value
- Type: System..::.Int16
the short value to be written
Remarks
Each call writes a data value to the stream and advances the write position so that the next write call appends to the new end of the stream.