Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Connection.Connectors.IDiffusionListenerBase Interface Reference

The base listener for Diffusion connections More...

Inheritance diagram for PushTechnology.DiffusionCore.Connection.Connectors.IDiffusionListenerBase:
PushTechnology.DiffusionCore.Connection.Connectors.IDiffusionBaseConnector PushTechnology.DiffusionCore.Connection.IDiffusionTopicConnector

Properties

ReadOnlyCollection
< IServerConnectionListener
ServerConnectionListeners [get]
 Get/set the server listeners. More...
 
IServerPingResponseListener PingListener [get, set]
 Get/set the ping listener. More...
 
IServerAckListener AckListener [get, set]
 Get/set the ack listener. More...
 

Detailed Description

The base listener for Diffusion connections

Property Documentation

IServerAckListener PushTechnology.DiffusionCore.Connection.Connectors.IDiffusionListenerBase.AckListener
getset

Get/set the ack listener.

IServerPingResponseListener PushTechnology.DiffusionCore.Connection.Connectors.IDiffusionListenerBase.PingListener
getset

Get/set the ping listener.

ReadOnlyCollection<IServerConnectionListener> PushTechnology.DiffusionCore.Connection.Connectors.IDiffusionListenerBase.ServerConnectionListeners
get

Get/set the server listeners.