IMessageSink Interface |
Receives messages.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.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.