Show / Hide Table of Contents

Class PreloadState

Inheritance
Object
PreloadState
ActionExecutionState
BlockDownloadState
BlockHashDownloadState
BlockVerificationState
StateDownloadState
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public abstract class PreloadState : object

Fields

| Improve this Doc View Source

TotalPhase

The number of total phases.

Declaration
public const int TotalPhase = null
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

CurrentPhase

The current phase.

Declaration
public abstract int CurrentPhase { get; }
Property Value
Type Description
Int32

Operators

| Improve this Doc View Source

Equality(PreloadState, PreloadState)

Declaration
public static bool operator ==(PreloadState left, PreloadState right)
Parameters
Type Name Description
PreloadState left
PreloadState right
Returns
Type Description
Boolean
| Improve this Doc View Source

Inequality(PreloadState, PreloadState)

Declaration
public static bool operator !=(PreloadState left, PreloadState right)
Parameters
Type Name Description
PreloadState left
PreloadState right
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium