[TIBCO.EMS .NET client library 6.0 documentation]
Gets the number of bytes of the message body when the
message is in read-only mode. The value returned can be used to
allocate a byte array. The value returned is the entire length of
the message body, regardless of where the pointer for reading the
message is currently located
Namespace:
TIBCO.EMS
Assembly:
TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
|
---|
public long BodyLength { get; } |
|
---|
Public ReadOnly Property BodyLength As Long |
Return Value
number of bytes in the message
See Also