IMessage SyncProcessMessage(IMessage msg)
Synchronously processes the given message.
IMessageSink NextSink
Gets the next message sink in the sink chain.
Provides a way to control asynchronous messages after they have dispatched using the M:System....
IMessageCtrl AsyncProcessMessage(IMessage msg, IMessageSink replySink)
Asynchronously processes the given message.
Contains communication data sent between cooperating message sinks.
Defines the interface for a message sink.