ISingleReceiver Interface

<< 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)

 

Syntax


public interface ISingleReceiver

Return Value

A boolean indicating whether the message was successfully processed.

 

Exceptions


Exception

Condition

ArgumentNullException

Thrown when the message is null.

 

Remarks


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.

 

See Also


ISingleReceiver Members

BNCS.Logic.Interfaces Namespace