Table of Contents

Enum ReadyStatus

Namespace
Quilt4Net.Toolkit.Features.Health
Assembly
Quilt4Net.Toolkit.dll

Status for Ready.

public enum ReadyStatus

Fields

Degraded = 1

The application can handle requests, but some components are operating at reduced performance or reliability.

Ready = 0

The application is fully prepared to handle incoming traffic.

Unready = 2

The application cannot handle traffic, typically due to critical dependencies being unavailable.