Table of Contents

Method WithLatencyThreshold

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

WithLatencyThreshold(TimeSpan)

Sets the latency threshold for healthy status.

public AgentHealthCheck WithLatencyThreshold(TimeSpan threshold)

Parameters

threshold TimeSpan

Maximum acceptable latency.

Returns

AgentHealthCheck

This health check for method chaining.