Skip to content

EveResetOutcome

NexusLabs.Eve

EveResetOutcome Class

Carries the successful response from an eve session-reset request.

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

Inheritance System.Object 🡒 EveResetOutcome

Implements System.IEquatable<EveResetOutcome>

Properties

EveResetOutcome.PreviousSessionId Property

Gets the retired session identifier, or null when Status is NoActiveSession.

public string? PreviousSessionId { get; }

Property Value

System.String

EveResetOutcome.Status Property

Gets the reset disposition.

public NexusLabs.Eve.EveResetStatus Status { get; }

Property Value

EveResetStatus