 | IMessageSetBinaryAttachment Method |
version: 10.21.0
Sets the binary attachment part of the message.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntaxvoid SetBinaryAttachment(
sbyte[] 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