Uses of Class
eneter.messaging.messagingsystems.messagingsystembase.DuplexChannelEventArgs

Packages that use DuplexChannelEventArgs
eneter.messaging.endpoints.rpc Remote Procedure Calls (RPC). 
eneter.messaging.endpoints.stringmessages Sending and receiving text messages. 
eneter.messaging.endpoints.typedmessages Sending and receiving typed messages. 
eneter.messaging.messagingsystems.messagingsystembase Messaging system interfaces. 
eneter.messaging.nodes.broker Publish-subscribe scenarios. 
eneter.messaging.nodes.channelwrapper Reducing communication via multiple channels into one channel. 
 

Uses of DuplexChannelEventArgs in eneter.messaging.endpoints.rpc
 

Methods in eneter.messaging.endpoints.rpc that return types with arguments of type DuplexChannelEventArgs
 Event<DuplexChannelEventArgs> IRpcClient.connectionClosed()
          Event raised when the connection with the service is closed.
 Event<DuplexChannelEventArgs> IRpcClient.connectionOpened()
          Event raised when the connection with the service is open.
 

Uses of DuplexChannelEventArgs in eneter.messaging.endpoints.stringmessages
 

Methods in eneter.messaging.endpoints.stringmessages that return types with arguments of type DuplexChannelEventArgs
 Event<DuplexChannelEventArgs> IDuplexStringMessageSender.connectionClosed()
          The event is raised when the connection with receiver is closed.
 Event<DuplexChannelEventArgs> IDuplexStringMessageSender.connectionOpened()
          The event is raised when the connection with receiver is opened.
 

Uses of DuplexChannelEventArgs in eneter.messaging.endpoints.typedmessages
 

Methods in eneter.messaging.endpoints.typedmessages that return types with arguments of type DuplexChannelEventArgs
 Event<DuplexChannelEventArgs> ISyncMultitypedMessageSender.connectionClosed()
          Raised when the service closed the connection with the client.
 Event<DuplexChannelEventArgs> ISyncDuplexTypedMessageSender.connectionClosed()
          Raised when the service closed the connection with the client.
 Event<DuplexChannelEventArgs> IMultiTypedMessageSender.connectionClosed()
          Raised when the service closed the connection with the client.
 Event<DuplexChannelEventArgs> IDuplexTypedMessageSender.connectionClosed()
          Raised when the service closed the connection with the client.
 Event<DuplexChannelEventArgs> ISyncMultitypedMessageSender.connectionOpened()
          Raised when the connection with the receiver is open.
 Event<DuplexChannelEventArgs> ISyncDuplexTypedMessageSender.connectionOpened()
          Raised when the connection with the receiver is open.
 Event<DuplexChannelEventArgs> IMultiTypedMessageSender.connectionOpened()
          Raised when the connection with the receiver is open.
 Event<DuplexChannelEventArgs> IDuplexTypedMessageSender.connectionOpened()
          Raised when the connection with the receiver is open.
 

Uses of DuplexChannelEventArgs in eneter.messaging.messagingsystems.messagingsystembase
 

Subclasses of DuplexChannelEventArgs in eneter.messaging.messagingsystems.messagingsystembase
 class DuplexChannelMessageEventArgs
          Event argument used by output and input channel to indicate a message was received.
 

Methods in eneter.messaging.messagingsystems.messagingsystembase that return types with arguments of type DuplexChannelEventArgs
 Event<DuplexChannelEventArgs> IDuplexOutputChannel.connectionClosed()
          The event is raised when the connection was closed from the input channel or the it was closed due to a broken connection.
 Event<DuplexChannelEventArgs> IDuplexOutputChannel.connectionOpened()
          The event is raised when the connection with the input channel was opened.
 

Uses of DuplexChannelEventArgs in eneter.messaging.nodes.broker
 

Methods in eneter.messaging.nodes.broker that return types with arguments of type DuplexChannelEventArgs
 Event<DuplexChannelEventArgs> IDuplexBrokerClient.connectionClosed()
          Event raised when the connection with the service was closed.
 Event<DuplexChannelEventArgs> IDuplexBrokerClient.connectionOpened()
          Event raised when the connection with the service was open.
 

Uses of DuplexChannelEventArgs in eneter.messaging.nodes.channelwrapper
 

Methods in eneter.messaging.nodes.channelwrapper that return types with arguments of type DuplexChannelEventArgs
 Event<DuplexChannelEventArgs> IDuplexChannelWrapper.connectionClosed()
          Event raised when the connection with the service was closed.
 Event<DuplexChannelEventArgs> IDuplexChannelWrapper.connectionOpened()
          Event raised when the connection with the service was open.