Show / Hide Table of Contents

Class StateDownloadState

Indicates a progress of downloading states.

Inheritance
Object
PreloadState
StateDownloadState
Inherited Members
PreloadState.TotalPhase
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class StateDownloadState : PreloadState

Properties

| Improve this Doc View Source

CurrentPhase

The current phase.

Declaration
public override int CurrentPhase { get; }
Property Value
Type Description
Int32
Overrides
PreloadState.CurrentPhase
| Improve this Doc View Source

ReceivedIterationCount

The number of received messages until now.

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

TotalIterationCount

Total number of messages to receive in the current batch.

Declaration
public int TotalIterationCount { get; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium