Class BlockSyncState
Inheritance
BlockSyncState
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
Properties
|
Improve this Doc
View Source
CurrentPhase
Declaration
public abstract int CurrentPhase { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(BlockSyncState)
Declaration
public bool Equals(BlockSyncState other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Equality(BlockSyncState, BlockSyncState)
Declaration
public static bool operator ==(BlockSyncState left, BlockSyncState right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(BlockSyncState, BlockSyncState)
Declaration
public static bool operator !=(BlockSyncState left, BlockSyncState right)
Parameters
Returns
Implements