10.24.0

IMessageGetUserData Method

Gets the user data part of the message. Returns null if not present.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
sbyte[] GetUserData()

Return Value

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 UserData getter.

See Also