API Reference
Class
ComputerXBenchmarkCheckWriter
Applies and restores benchmark settings through existing ComputerX write primitives.
Inheritance
- Object
- ComputerXBenchmarkCheckWriter
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public ComputerXBenchmarkCheckWriter() #Initializes the ComputerX-backed writer.
Methods
public virtual BenchmarkCheckState Read(String computerName, BenchmarkCheckDefinition check, BenchmarkHostFacts facts) #Returns:
BenchmarkCheckStateParameters
- computerName System.String
- check TestimoX.Benchmarks.BenchmarkCheckDefinition
- facts TestimoX.Benchmarks.Execution.BenchmarkHostFacts
public virtual BenchmarkCheckState ReadCaptured(String computerName, BenchmarkCheckDefinition check, BenchmarkBackupValue before, BenchmarkHostFacts facts) #Returns:
BenchmarkCheckStateParameters
- computerName System.String
- check TestimoX.Benchmarks.BenchmarkCheckDefinition
- before TestimoX.Benchmarks.Transactions.BenchmarkBackupValue
- facts TestimoX.Benchmarks.Execution.BenchmarkHostFacts
public virtual BenchmarkWriteResult Restore(String computerName, BenchmarkCheckDefinition check, BenchmarkBackupValue before) #Returns:
BenchmarkWriteResultParameters
- computerName System.String
- check TestimoX.Benchmarks.BenchmarkCheckDefinition
- before TestimoX.Benchmarks.Transactions.BenchmarkBackupValue
public virtual BenchmarkWriteResult Write(String computerName, BenchmarkCheckDefinition check, Object value) #Returns:
BenchmarkWriteResultParameters
- computerName System.String
- check TestimoX.Benchmarks.BenchmarkCheckDefinition
- value System.Object
public virtual BenchmarkWriteResult WriteCaptured(String computerName, BenchmarkCheckDefinition check, BenchmarkBackupValue before, Object value) #Returns:
BenchmarkWriteResultParameters
- computerName System.String
- check TestimoX.Benchmarks.BenchmarkCheckDefinition
- before TestimoX.Benchmarks.Transactions.BenchmarkBackupValue
- value System.Object