public sealed class RedisSessionActivityProvider : ISessionActivityProvider
Public NotInheritable Class RedisSessionActivityProvider
Implements ISessionActivityProvider
public ref class RedisSessionActivityProvider sealed : ISessionActivityProvider
[<SealedAttribute>]
type RedisSessionActivityProvider =
class
interface ISessionActivityProvider
end
RedisSessionActivityProvider | Создаёт провайдер для работы с данными сессий в Redis. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetIsActiveAsync | Возвращает признак активности сессии. Возвращает true, если сессия найдена и активна. |
GetLastActivityAsync | Возвращает дату последней активности для сессии. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
SetIsActiveAsync | Устанавливает признак активности сессии. Возвращает true, если признак активности был изменён для существующей сессии. |
SetLastActivityAsync | Обновляет дату последней активности для сессии. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
UpdateLastActivityAsync | Обновить данные о последней активности в БД по данным из Redis. |