SharedStateStore.TryGet<T> method
Strongly‑typed fetch. Returns false
if the key is missing or the stored value can’t be cast to T.
public static bool TryGet<T>(string name, out T? value)
See Also
- class SharedStateStore
- namespace Kestrun.SharedState