ISessionStore
public interface ISessionStore
Namespace
Methods
GetValue<T>
public T? GetValue<T>(Guid storeId, string key)
where T : struct
SetValue<T>
public void SetValue<T>(Guid storeId, string key, T? value)
where T : struct
public interface ISessionStore
Namespace
public T? GetValue<T>(Guid storeId, string key)
where T : struct
public void SetValue<T>(Guid storeId, string key, T? value)
where T : struct
Site + logo design © 2025 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.