 | ContextFactoryCreateMessage Method |
version: 10.22.0
Creates an IMessage instance. Applications are responsible for disposing all messages allocated by this method
as soon as they are done with them.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntaxpublic IMessage CreateMessage()
Return Value
Type:
IMessageReturns a new IMessage
See Also