Show / Hide Table of Contents

Class BlockSyncState

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

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

Methods

| Improve this Doc View Source

Equals(BlockSyncState)

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

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()

Operators

| Improve this Doc View Source

Equality(BlockSyncState, BlockSyncState)

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

Inequality(BlockSyncState, BlockSyncState)

Declaration
public static bool operator !=(BlockSyncState left, BlockSyncState right)
Parameters
Type Name Description
BlockSyncState left
BlockSyncState right
Returns
Type Description
Boolean

Implements

System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium