Class StateDownloadState
Indicates a progress of downloading states.
Inherited Members
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class StateDownloadState : PreloadState
Properties
| Improve this Doc View SourceCurrentPhase
The current phase.
Declaration
public override int CurrentPhase { get; }
Property Value
Type | Description |
---|---|
Int32 |
Overrides
| Improve this Doc View SourceReceivedIterationCount
The number of received messages until now.
Declaration
public int ReceivedIterationCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
TotalIterationCount
Total number of messages to receive in the current batch.
Declaration
public int TotalIterationCount { get; }
Property Value
Type | Description |
---|---|
Int32 |