Table of Contents

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

key string

The state key.

Property Value

object

The stored value or null.