Interface IObjectMessage
Represents an Object message which contains a serializable .Net object.
Inherited Members
Namespace: Apache.NMS
Assembly: Apache.NMS.dll
Syntax
public interface IObjectMessage : IMessage
Properties
Body
Declaration
object Body { get; set; }
Property Value
Type | Description |
---|---|
System.Object |