Show / Hide Table of Contents

Class ContextTimeoutOption

A options class to configure Context timeout for each Step.

Inheritance
Object
ContextTimeoutOption
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Net.Consensus
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
Type Description
Int32
| Improve this Doc View Source

PreCommitSecondBase

A options class to configure Context timeout for each Step.

Declaration
public int PreCommitSecondBase { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

PreVoteMultiplier

A options class to configure Context timeout for each Step.

Declaration
public int PreVoteMultiplier { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

PreVoteSecondBase

A options class to configure Context timeout for each Step.

Declaration
public int PreVoteSecondBase { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

ProposeMultiplier

A options class to configure Context timeout for each Step.

Declaration
public int ProposeMultiplier { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

ProposeSecondBase

A options class to configure Context timeout for each Step.

Declaration
public int ProposeSecondBase { get; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium