Reads a long from the Message Stream.
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Function ReadInt64 As Long |
| C# |
|---|
long ReadInt64() |
| Visual C++ |
|---|
long long ReadInt64() |
| JavaScript |
|---|
function readInt64(); |
Return Value
A Int64
Exceptions
| Exception | Condition |
|---|---|
| Apache.NMS..::..MessageNotReadableException | Thrown when the Message is in write-only mode. |
| Apache.NMS..::..MessageEOFException | Thrown when an unexpected end of bytes has been reached. |
| Apache.NMS..::..NMSException | Thrown when there is an unhandled exception thrown from the provider. |