Class Phase
Inheritance
System.Object
Phase
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Catalyst.Core.Modules.Consensus.Cycle
Assembly: Catalyst.Core.Modules.Consensus.dll
Syntax
public class Phase : IPhase
Constructors
| Improve this Doc View SourcePhase(MultiHash, IPhaseName, IPhaseStatus, DateTime)
Declaration
public Phase(MultiHash previousDeltaDfsHash, IPhaseName phaseName, IPhaseStatus phaseStatus, DateTime utcStartTime)
Parameters
Type | Name | Description |
---|---|---|
MultiHash | previousDeltaDfsHash | |
IPhaseName | phaseName | |
IPhaseStatus | phaseStatus | |
System.DateTime | utcStartTime |
Properties
| Improve this Doc View SourceName
Declaration
public IPhaseName Name { get; }
Property Value
Type | Description |
---|---|
IPhaseName |
PreviousDeltaDfsHash
Declaration
public MultiHash PreviousDeltaDfsHash { get; }
Property Value
Type | Description |
---|---|
MultiHash |
Status
Declaration
public IPhaseStatus Status { get; }
Property Value
Type | Description |
---|---|
IPhaseStatus |
UtcStartTime
Declaration
public DateTime UtcStartTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()