Interface IChannelControlHelper
Namespace: Grpc.Net.Client.Balancer
Assembly: Grpc.Net.Client.dll
Syntax
public interface IChannelControlHelper
Methods
CreateSubchannel(SubchannelOptions)
Declaration
Subchannel CreateSubchannel(SubchannelOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| SubchannelOptions | options |
Returns
| Type | Description |
|---|---|
| Subchannel |
RefreshResolver()
Declaration
void RefreshResolver()
UpdateState(BalancerState)
Declaration
void UpdateState(BalancerState state)
Parameters
| Type | Name | Description |
|---|---|---|
| BalancerState | state |