Show / Hide Table of Contents

Class TaskRegulationOptions

Inheritance
Object
TaskRegulationOptions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Net.Options
Assembly: Libplanet.Net.dll
Syntax
public class TaskRegulationOptions

Properties

| Improve this Doc View Source

MaxTransferBlocksTaskCount

Max limit to spawn a task that handles Libplanet.Net.Messages.GetBlocksMsg message. If 0 is given, task spawning is not limited. Set to 0 by default.

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

MaxTransferTxsTaskCount

Max limit to spawn a task that handles Libplanet.Net.Messages.GetTxsMsg message. If 0 is given, task spawning is not limited. Set to 0 by default.

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