[TIBCO.EMS .NET client library 8.1 documentation]

Reads a long from the stream message.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public long ReadLong()
Public Function ReadLong As Long
public:
long long ReadLong()

Return Value

the long value read

Remarks

This method reads eight bytes of data from the stream and advances the read position so that the next read call gets the next datum.

See Also