Click or drag to resize

EasyProtocolFormatterEncodeMessage Method (String, Object)

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

Namespace:  Eneter.Messaging.MessagingSystems.ConnectionProtocols
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public Object EncodeMessage(
	string responseReceiverId,
	Object message
)

Parameters

responseReceiverId
Type: SystemString

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

message
Type: SystemObject

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

Return Value

Type: Object

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

Implements

IProtocolFormatterEncodeMessage(String, Object)
See Also