An interface implemented by the server and registered on the server remoting channel to allow message exchange with the client.

Namespace:  Gallio.Common.Messaging
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public interface IMessageExchangeLink
Visual Basic (Declaration)
Public Interface IMessageExchangeLink

Remarks

This is interim API to be used until the new message broker is ready.

See Also