Table of Contents

Method SetState

Namespace
LMKit.Agents.Resilience
Assembly
LM-Kit.NET.dll

SetState<T>(string, T)

Sets a value in state.

public void SetState<T>(string key, T value)

Parameters

key string
value T

Type Parameters

T