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: 1.2.0-dev
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
Shutdown4 Channel has seen a failure that it cannot recover from
See Also