Interface IMessageEnvelope
Interface for message envelopes.
Namespace: Kephas.Messaging.Messages
Assembly: Kephas.Messaging.dll
Syntax
public interface IMessageEnvelope : IMessage
Methods
| Improve this Doc View SourceGetContent()
Gets the contained message.
Declaration
object GetContent()
Returns
Type | Description |
---|---|
System.Object | The contained message. |