Receives messages.
Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
public interface IMessageSinkRemarks
Use this interface instead of events for cross-domain communication.
Methods
| Name | Description |
|---|---|
| Write(Message) | Writes a message to the sink. |