Class SubchannelPicker
Inherited Members
Namespace: Grpc.Net.Client.Balancer
Assembly: Grpc.Net.Client.dll
Syntax
public abstract class SubchannelPicker
Constructors
SubchannelPicker()
Declaration
protected SubchannelPicker()
Methods
Pick(PickContext)
Declaration
public abstract PickResult Pick(PickContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| PickContext | context |
Returns
| Type | Description |
|---|---|
| PickResult |