Skip to main content

AdapterPoolQueueCancellationResultDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Result of cancelling one adapter pool queue entry.

public class AdapterPoolQueueCancellationResultDto

Inheritance ObjectAdapterPoolQueueCancellationResultDto

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

String

IsCancelled

Whether the entry really was cancelled.

public bool IsCancelled { get; }

Property Value

Boolean

Constructors

AdapterPoolQueueCancellationResultDto()

public AdapterPoolQueueCancellationResultDto()