Class ContextTimeoutOption
A options class to configure Context timeout for each Step.
Inheritance
ContextTimeoutOption
Assembly: Libplanet.Net.dll
Syntax
public class ContextTimeoutOption
Constructors
|
Improve this Doc
View Source
ContextTimeoutOption(Int32, Int32, Int32, Int32, Int32, Int32)
A options class to configure Context timeout for each Step.
Declaration
public ContextTimeoutOption(int proposeSecondBase = 5, int preVoteSecondBase = 5, int preCommitSecondBase = 5, int proposeMultiplier = 1, int preVoteMultiplier = 1, int preCommitMultiplier = 1)
Parameters
Type |
Name |
Description |
Int32 |
proposeSecondBase |
|
Int32 |
preVoteSecondBase |
|
Int32 |
preCommitSecondBase |
|
Int32 |
proposeMultiplier |
|
Int32 |
preVoteMultiplier |
|
Int32 |
preCommitMultiplier |
|
Properties
|
Improve this Doc
View Source
PreCommitMultiplier
A options class to configure Context timeout for each Step.
Declaration
public int PreCommitMultiplier { get; }
Property Value
|
Improve this Doc
View Source
PreCommitSecondBase
A options class to configure Context timeout for each Step.
Declaration
public int PreCommitSecondBase { get; }
Property Value
|
Improve this Doc
View Source
PreVoteMultiplier
A options class to configure Context timeout for each Step.
Declaration
public int PreVoteMultiplier { get; }
Property Value
|
Improve this Doc
View Source
PreVoteSecondBase
A options class to configure Context timeout for each Step.
Declaration
public int PreVoteSecondBase { get; }
Property Value
|
Improve this Doc
View Source
ProposeMultiplier
A options class to configure Context timeout for each Step.
Declaration
public int ProposeMultiplier { get; }
Property Value
|
Improve this Doc
View Source
ProposeSecondBase
A options class to configure Context timeout for each Step.
Declaration
public int ProposeSecondBase { get; }
Property Value