10.24.0

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.

Definition

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

Return Value

IMessage
Returns a new IMessage

See Also