Show / Hide Table of Contents

Class PreloadState

Inheritance
Object
PreloadState
ActionExecutionState
BlockDownloadState
BlockHashDownloadState
BlockVerificationState
StateDownloadState
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public abstract class PreloadState

Fields

| Improve this Doc View Source

TotalPhase

The number of total phases.

Declaration
public const int TotalPhase = 5
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
In This Article
Back to top Copyright © 2018–2021 Planetarium