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