API Reference
Interface
IBenchmarkCapturedCheckWriter
Extends a computer-name writer with exact captured-target reads and writes.
Methods
public abstract BenchmarkCheckState ReadCaptured(String computerName, BenchmarkCheckDefinition check, BenchmarkBackupValue before, BenchmarkHostFacts facts) #Returns:
BenchmarkCheckStateReads the exact profile targets stored in a backup.
Parameters
- computerName System.String
- check TestimoX.Benchmarks.BenchmarkCheckDefinition
- before TestimoX.Benchmarks.Transactions.BenchmarkBackupValue
- facts TestimoX.Benchmarks.Execution.BenchmarkHostFacts
public abstract BenchmarkWriteResult WriteCaptured(String computerName, BenchmarkCheckDefinition check, BenchmarkBackupValue before, Object value) #Returns:
BenchmarkWriteResultWrites against the exact profile targets stored in a backup.
Parameters
- computerName System.String
- check TestimoX.Benchmarks.BenchmarkCheckDefinition
- before TestimoX.Benchmarks.Transactions.BenchmarkBackupValue
- value System.Object