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 | |
FatalFailure | 4 | Channel has seen a failure that it cannot recover from |