API for receiving and sending messages to both browser clients as well as to a generic intra-app-domain message bus
ISocketController
is defined in the Telligent.Evolution.Extensibility.Sockets.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface ISocketController { IClientsController Clients { get; } IMessageBusController MessageBus { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Clients | IClientsController | Controller for receiving and sending messages to clients | ||
MessageBus | IMessageBusController | Controller for receiving and sending generic messages to an intra-app-domain message bus |