Show / Hide Table of Contents

Class PreloadState

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

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

Methods

| Improve this Doc View Source

Equals(PreloadState)

Declaration
public bool Equals(PreloadState other)
Parameters
Type Name Description
PreloadState other
Returns
Type Description
Boolean
| Improve this Doc View Source

Equals(Nullable<Object>)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
Nullable<Object> obj
Returns
Type Description
Boolean
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
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–2022 Planetarium