IMessage.GetBinaryAttachment Method

Solclient

IMessageGetBinaryAttachment Method
version: 7.2.1.27
Gets the binary attachment part of the message. If not present, null is returned to the user.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[CLSCompliantAttribute(false)]
sbyte[] GetBinaryAttachment()
<CLSCompliantAttribute(false)>
Function GetBinaryAttachment As SByte()
[CLSCompliantAttribute(false)]
array<signed char>^ GetBinaryAttachment()

Return Value

Type: SByte
An array of bytes.
Remarks
This method is not CLS-compliant; it is available for convenience. The CLI-compliant equivalent to this method is BinaryAttachment getter.
See Also