Click or drag to resize

EasyProtocolFormatterDecodeMessage Method (Object)

[Missing <summary> documentation for "M:Eneter.Messaging.MessagingSystems.ConnectionProtocols.EasyProtocolFormatter.DecodeMessage(System.Object)"]

Namespace:  Eneter.Messaging.MessagingSystems.ConnectionProtocols
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public ProtocolMessage DecodeMessage(
	Object readMessage
)

Parameters

readMessage
Type: SystemObject

[Missing <param name="readMessage"/> documentation for "M:Eneter.Messaging.MessagingSystems.ConnectionProtocols.EasyProtocolFormatter.DecodeMessage(System.Object)"]

Return Value

Type: ProtocolMessage

[Missing <returns> documentation for "M:Eneter.Messaging.MessagingSystems.ConnectionProtocols.EasyProtocolFormatter.DecodeMessage(System.Object)"]

Implements

IProtocolFormatterDecodeMessage(Object)
See Also