Click or drag to resize

IMessageDump Method (MessageDump)

version: 10.21.0
Returns a string representation of the contents of a message in human-readable form. Dump(MessageDump.Full) is equivalent to calling Dump().

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntax
C#
string Dump(
	MessageDump dumpMode
)

Parameters

dumpMode
Type: SolaceSystems.Solclient.MessagingMessageDump
Brief or Full

Return Value

Type: String
String representation of a message in either brief fromat or full format
See Also