public interface IMessage
|
An object that implements the IMessage interface meets the minimum qualifications to be considered a message object. The exact object received by a message sink does not have to be passed on to the next sink, but this is often the case.
Although the objects in the property bag do not have to be serializable, the message sink implementer needs to consider this, since the properties that flow out of the application domain must be serializable.
Properties | Read-only Gets an IDictionary that represents a collection of the message's properties. |
IDictionary Properties {get;}
|