|
| interface | IMobileClientMethods |
| | Interface defining all callback methods supported by the mobile emergency client's SignalR client. More...
|
| |
| interface | IWcfCallCenterCallback |
| | Interface defining the callback methods for the call center clients. More...
|
| |
| interface | IWcfCallCenterService |
| | Interface defining the WCF service for the call center clients. More...
|
| |
| interface | IWcfMobileService |
| | Interface defining the WCF service for the for the emergency mobile clients. This interface is only used for client-to-server invocation after the emergency mobile client has opened an emergency connection using the SignalR hub connection. More...
|
| |
| class | SignalRMobileHub |
| | SignalR hub for the mobile emergency client. Supports emergency client connect, disconnect and reconnect methods. Functions as the callback channel for server-to-client asynchronous method invocations. More...
|
| |
| class | WcfCallCenterService |
| | WCF service for call center clients More...
|
| |
| class | WcfMobileService |
| | WCF service for the for the emergency mobile clients. This service is only used for client-to-server invocation after the emergency mobile client has opened an emergency connection using the SignalR hub connection. More...
|
| |