Enum ChannelState

public enum ChannelState : int

Connectivity state of a channel. Based on grpc_connectivity_state from grpc/grpc.h

Namespace

Grpc.Core

Assembly

Grpc.Core.dll

Fields

NameDescription
Connecting

Channel is connecting

Idle

Channel is idle

Ready

Channel is ready for work

Shutdown

Channel has seen a failure that it cannot recover from

TransientFailure

Channel has seen a failure but expects to recover