10.24.0

ISessionCreateMessage Method

Creates an IMessage instance. Applications are responsible for disposing all messages allocated by this method as soon as they are done with them.

This method is simply provided for convenience's sake. There is no lifecycle dependency between ISession and IMessage.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
IMessage CreateMessage()

Return Value

IMessage
Returns a new IMessage.

See Also