IMessageSink Interface |
Receives messages.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public interface IMessageSink
The IMessageSink type exposes the following members.
Name | Description | |
---|---|---|
Write |
Writes a message to the sink.
|
Use this interface instead of events for cross-domain communication.