Class TaskRegulationOptions
Inherited Members
Namespace: Libplanet.Net.Options
Assembly: Libplanet.Net.dll
Syntax
public class TaskRegulationOptions
Properties
| Improve this Doc View SourceMaxTransferBlocksTaskCount
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 |
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 |