Click or drag to resize

ChannelState Property

Gets current connectivity state of this channel. After channel is has been shutdown, ChannelState.Shutdown will be returned.

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public ChannelState State { get; }

Property Value

Type: ChannelState
See Also