AdapterPoolQueueCancellationResultDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Result of cancelling one adapter pool queue entry.
public class AdapterPoolQueueCancellationResultDto
Inheritance Object → AdapterPoolQueueCancellationResultDto
Properties
Outcome
What the server did.
public AdapterPoolQueueCancellationOutcome Outcome { get; set; }
Property Value
AdapterPoolQueueCancellationOutcome
ServerMessage
The server's explanation, when it sent one. Empty on the success path.
public string ServerMessage { get; set; }
Property Value
IsCancelled
Whether the entry really was cancelled.
public bool IsCancelled { get; }
Property Value
Constructors
AdapterPoolQueueCancellationResultDto()
public AdapterPoolQueueCancellationResultDto()