[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Writes a long to the stream message.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public void WriteLong( long value ) |
Public Sub WriteLong ( _ value As Long _ ) |
public: void WriteLong( long long value ) |
Parameters
- value
- Type: System..::.Int64
the long 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.