|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Interfaces Namespace > ISingleReceiver Interface |
Represents an interface for a single receiver.
Receives a message and processes it.
Namespace: BNCS.Logic.Interfaces
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public interface ISingleReceiver
A boolean indicating whether the message was successfully processed.
Condition |
|
|---|---|
Thrown when the message is null. |
This interface is intended to be implemented by classes that need to handle receiving operations in a specific manner. Implementers should define the methods and properties necessary to fulfill the contract of a single receiver.
BNCS.Logic.Interfaces Namespace