TestimoX

API Reference

Interface

IBenchmarkCheckWriter

Namespace TestimoX.Benchmarks.Transactions
Assembly TestimoX
Modifiers abstract

Defines the benchmark write and restore boundary used by governed transactions.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public abstract BenchmarkWriteResult Restore(String computerName, BenchmarkCheckDefinition check, BenchmarkBackupValue before) #
Returns: BenchmarkWriteResult

Restores the exact captured pre-change state.

Parameters

computerName System.String requiredposition: 0
check TestimoX.Benchmarks.BenchmarkCheckDefinition requiredposition: 1
before TestimoX.Benchmarks.Transactions.BenchmarkBackupValue requiredposition: 2
public abstract BenchmarkWriteResult Write(String computerName, BenchmarkCheckDefinition check, Object value) #
Returns: BenchmarkWriteResult

Writes a selected remediation value.

Parameters

computerName System.String requiredposition: 0
check TestimoX.Benchmarks.BenchmarkCheckDefinition requiredposition: 1
value System.Object requiredposition: 2