API Reference
Class
AgentSendResult
Result of a send attempt for an agent payload.
Inheritance
- Object
- AgentSendResult
Constructors
public AgentSendResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.