Class PreloadState
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
Properties
|
Improve this Doc
View Source
CurrentPhase
Declaration
public abstract int CurrentPhase { get; }
Property Value
Operators
|
Improve this Doc
View Source
Equality(PreloadState, PreloadState)
Declaration
public static bool operator ==(PreloadState left, PreloadState right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(PreloadState, PreloadState)
Declaration
public static bool operator !=(PreloadState left, PreloadState right)
Parameters
Returns