Click or drag to resize
ChannelState Enumeration
Connectivity state of a channel. Based on grpc_connectivity_state from grpc/grpc.h

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public enum ChannelState
Members
  Member nameValueDescription
Idle0 Channel is idle
Connecting1 Channel is connecting
Ready2 Channel is ready for work
TransientFailure3 Channel has seen a failure but expects to recover
FatalFailure4 Channel has seen a failure that it cannot recover from
See Also