public interface IDuplexChannelWrapper extends IAttachableMultipleDuplexInputChannels, IAttachableDuplexOutputChannel
Modifier and Type | Method and Description |
---|---|
Event<DuplexChannelEventArgs> |
connectionClosed()
Event raised when the connection with the service was closed.
|
Event<DuplexChannelEventArgs> |
connectionOpened()
Event raised when the connection with the service was open.
|
attachDuplexInputChannel, detachDuplexInputChannel, detachDuplexInputChannel, getAttachedDuplexInputChannels, isDuplexInputChannelAttached
attachDuplexOutputChannel, detachDuplexOutputChannel, getAttachedDuplexOutputChannel, isDuplexOutputChannelAttached
Event<DuplexChannelEventArgs> connectionOpened()
Event<DuplexChannelEventArgs> connectionClosed()