TestimoX

API Reference

Class

BenchmarkWriteResult

Namespace TestimoX.Benchmarks.Transactions
Assembly TestimoX
Modifiers sealed

Represents the result of applying or restoring one technical setting.

Inheritance

  • Object
  • BenchmarkWriteResult

Usage

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

Constructors

public BenchmarkWriteResult() #

Properties

public Boolean Success { get; set; } #

Gets or sets whether the operation succeeded.

public Boolean MutationAttempted { get; set; } #

Gets or sets whether the provider reached a state-changing operation. Providers set this immediately before dispatch; preflight failures remain non-mutating by default.

public String Error { get; set; } #

Gets or sets an operation error.