API Reference
Interface
IBenchmarkCheckWriter
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:
BenchmarkWriteResultRestores the exact captured pre-change state.
Parameters
- computerName System.String
- check TestimoX.Benchmarks.BenchmarkCheckDefinition
- before TestimoX.Benchmarks.Transactions.BenchmarkBackupValue
public abstract BenchmarkWriteResult Write(String computerName, BenchmarkCheckDefinition check, Object value) #Returns:
BenchmarkWriteResultWrites a selected remediation value.
Parameters
- computerName System.String
- check TestimoX.Benchmarks.BenchmarkCheckDefinition
- value System.Object