Click or drag to resize

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
Syntax
C#
public IMessage CreateMessage()

Return Value

Type: IMessage
Returns a new IMessage
See Also