Table of Contents

Class ExitedConnectionState

Namespace
RDCore.SDK.Client.Connection
Assembly
RDCore.SDK.dll

The child process has exited. This state is terminal.

public sealed record ExitedConnectionState : ConnectionState, IEquatable<ConnectionState>, IEquatable<ExitedConnectionState>
Inheritance
ExitedConnectionState
Implements
Inherited Members

Constructors

ExitedConnectionState()

The child process has exited. This state is terminal.

public ExitedConnectionState()