Class HedgingPolicy
Inherited Members
Namespace: Grpc.Net.Client.Configuration
Assembly: Grpc.Net.Client.dll
Syntax
public sealed class HedgingPolicy : ConfigObject
Constructors
HedgingPolicy()
Declaration
public HedgingPolicy()
Properties
HedgingDelay
Declaration
public TimeSpan? HedgingDelay { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan? |
MaxAttempts
Declaration
public int? MaxAttempts { get; set; }
Property Value
Type | Description |
---|---|
int? |
NonFatalStatusCodes
Declaration
public IList<StatusCode> NonFatalStatusCodes { get; }
Property Value
Type | Description |
---|---|
IList<StatusCode> |