Interface IKickRequestSystemQueueData
Runtime data container for kick request processing state. Tracks database polling position for kick request processing.
public interface IKickRequestSystemQueueData : IRuntimeDataContainer, IServerComponent
Properties
IsProcessing
Indicates whether a kick request fetch is currently in progress.
bool IsProcessing { get; set; }
Property Value
LastFetchTime
Timestamp of the last successful database fetch for kick requests.
DateTime LastFetchTime { get; set; }
Property Value
LastPosition
Last processed position (ID) in the kick request table.
long LastPosition { get; set; }