| ChannelState Enumeration |
Namespace: Grpc.Core
| Member name | Value | Description | |
|---|---|---|---|
| Idle | 0 | Channel is idle | |
| Connecting | 1 | Channel is connecting | |
| Ready | 2 | Channel is ready for work | |
| TransientFailure | 3 | Channel has seen a failure but expects to recover | |
| Shutdown | 4 | Channel has seen a failure that it cannot recover from |