[TIBCO.EMS .NET client library 5.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Writes a int to the bytes message stream
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public void WriteInt( int value ) |
Public Sub WriteInt ( _ value As Integer _ ) |
public: void WriteInt( int value ) |
Parameters
- value
- Type: System..::.Int32
the int value to be written
Remarks
Writes four bytes of data to the stream and advances the write position
so that the next write call appends to the new end of the stream.