Solclient
ContextFactoryCreateMessage Method |
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: 7.2.1.27 (7.2.1.27)
Syntax
public IMessage CreateMessage()
Public Function CreateMessage As IMessage
public: IMessage^ CreateMessage()
Return Value
Type: IMessageReturns a new IMessage
See Also