TestimoX

API Reference

Class

AgentSendResult

Namespace ComputerX.Agent
Assembly ComputerX
Modifiers sealed

Result of a send attempt for an agent payload.

Inheritance

  • Object
  • AgentSendResult

Constructors

Properties

public Boolean Sent { get; set; } #

True when the current payload was sent successfully.

public Boolean Buffered { get; set; } #

True when the payload was buffered instead of sent.

public Boolean BufferDrained { get; set; } #

True when buffered items were drained successfully.

public TimeSpan SendDuration { get; set; } #

Duration of the send attempt.

public AgentBufferStats BufferStats { get; set; } #

Captured buffer statistics after the send attempt.

public String Error { get; set; } #

Optional error message for failed sends.