Defines the interface a BargeEx Receiver Adaptor class must implement so that it can used by the BargeEx Receiver windows service.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public interface IReceiverAdaptor
Visual Basic (Declaration)
Public Interface IReceiverAdaptor
Visual C++
public interface class IReceiverAdaptor

Remarks

Any class that implements this interface can be used as a BargeEx Receiver adaptor.

See Also