Table of Contents

Method RecordFailure

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

RecordFailure(TimeSpan, Exception)

Records a failed execution.

public void RecordFailure(TimeSpan latency, Exception exception = null)

Parameters

latency TimeSpan

The execution latency.

exception Exception

The exception that occurred.