Property this
- Namespace
- LMKit.Agents.Resilience
- Assembly
- LM-Kit.NET.dll
this[string]
Gets custom state storage.
public object this[string key] { get; set; }
Parameters
keystringThe state key.
Property Value
- object
The stored value or null.
Gets custom state storage.
public object this[string key] { get; set; }
key stringThe state key.
The stored value or null.