examples/razorwire-mvc/Services/IUserPresenceService.cs

IUserPresenceService

Type

UserPresenceInfo

Represents current presence information for a user.
Type

IUserPresenceService

Defines a service for tracking and managing user presence.
Method

RecordActivity(string)

Record activity for the specified user and update their presence tracking.
Method

GetActiveUsers()

Retrieve presence information for users currently considered active.
Method

Pulse()

Advance presence tracking and expire users considered inactive during this pulse.