ISession.CreateMessage Method

Solclient

ISessionCreateMessage Method
version: 7.2.1.27
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.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
IMessage CreateMessage()
Function CreateMessage As IMessage
IMessage^ CreateMessage()

Return Value

Type: IMessage
Returns a new IMessage.
See Also