Solclient
IMessageSetBinaryAttachment Method |
Sets the binary attachment part of the message.
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)] void SetBinaryAttachment( sbyte[] binaryAttachment )
<CLSCompliantAttribute(false)> Sub SetBinaryAttachment ( binaryAttachment As SByte() )
[CLSCompliantAttribute(false)] void SetBinaryAttachment( array<signed char>^ binaryAttachment )
Parameters
- binaryAttachment
- Type: SystemSByte
Remarks
This method is not CLS-compliant; it is available for convenience.
The CLI-compliant equivalent to this method is BinaryAttachment setter.
See Also