UserDisconnectedEventArgs
is defined in the Telligent.Evolution.Extensibility.Sockets.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class UserDisconnectedEventArgs { int ConnectionsCount { get; set; } int UserId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ConnectionsCount | int | Count of remaining open connections for the disconnected user | ||
UserId | int | Id of the user which has disconnected |