Show / Hide Table of Contents

Class ActionExecutionState

Indicates a progress of executing block actions.

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

Properties

| Improve this Doc View Source

CurrentPhase

The current phase.

Declaration
public override int CurrentPhase { get; }
Property Value
Type Description
Int32
Overrides
BlockSyncState.CurrentPhase
| Improve this Doc View Source

ExecutedBlockCount

The number of currently executed blocks.

Declaration
public int ExecutedBlockCount { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

ExecutedBlockHash

The hash digest of the block just executed.

Declaration
public BlockHash ExecutedBlockHash { get; }
Property Value
Type Description
BlockHash
| Improve this Doc View Source

TotalBlockCount

Total number of blocks to execute in the current batch.

Declaration
public int TotalBlockCount { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

Equals(ActionExecutionState)

Indicates a progress of executing block actions.

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

Equals(Object)

Indicates a progress of executing block actions.

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

GetHashCode()

Indicates a progress of executing block actions.

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

Operators

| Improve this Doc View Source

Equality(ActionExecutionState, ActionExecutionState)

Indicates a progress of executing block actions.

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

Inequality(ActionExecutionState, ActionExecutionState)

Indicates a progress of executing block actions.

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

Implements

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