Skip to content

EveCancellationOutcome

NexusLabs.Eve

EveCancellationOutcome Class

Carries the successful response from an eve turn-cancellation request.

public sealed record EveCancellationOutcome : System.IEquatable<NexusLabs.Eve.EveCancellationOutcome>

Inheritance System.Object 🡒 EveCancellationOutcome

Implements System.IEquatable<EveCancellationOutcome>

Properties

EveCancellationOutcome.SessionId Property

Gets the session targeted by the request.

public string SessionId { get; }

Property Value

System.String

EveCancellationOutcome.Status Property

Gets the cancellation disposition.

public NexusLabs.Eve.EveCancellationStatus Status { get; }

Property Value

EveCancellationStatus