UserConnectedEventArgs is defined in the Telligent.Evolution.Extensibility.Sockets.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class UserConnectedEventArgs
{
int ConnectionsCount { get; set; }
bool Reconnected { get; set; }
int UserId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ConnectionsCount | int | Count of open connections for the connected user | ||
| Reconnected | bool | Whether the user has reconnected after an unintended interruption, such as an app restart | ||
| UserId | int | Id of the user which has disconnected |