Show / Hide Table of Contents

    Enum ChannelState

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

    Namespace: Grpc.Core
    Assembly: Grpc.Core.dll
    Syntax
    public enum ChannelState

    Fields

    Name Description
    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

    Back to top Generated by DocFX