23.188. Class ProcessReplyCreateLargeTaskStateMachine

Namespace: ArmoniK.Core.Common.StateMachines
Assembly: ArmoniK.Core.Common.dll

Utility class for the Final State Machine from

public class ProcessReplyCreateLargeTaskStateMachine

23.188.1. Inheritance

objectProcessReplyCreateLargeTaskStateMachine

23.188.2. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

23.188.3. Constructors

23.188.3.1. ProcessReplyCreateLargeTaskStateMachine(ILogger)

Constructor that initializes the Final State Machine

public ProcessReplyCreateLargeTaskStateMachine(ILogger logger)

23.188.3.1.1. Parameters

logger ILogger

Logger used to produce logs for this class

23.188.4. Methods

23.188.4.1. AddDataChunk()

Function used when using transition

public void AddDataChunk()

23.188.4.1.1. Exceptions

InvalidOperationException

Invalid transition

23.188.4.2. AddHeader()

Function used when using transition

public void AddHeader()

23.188.4.2.1. Exceptions

InvalidOperationException

Invalid transition

23.188.4.3. CompleteData()

Function used when using transition

public void CompleteData()

23.188.4.3.1. Exceptions

InvalidOperationException

Invalid transition

23.188.4.4. CompleteRequest()

Function used when using transition

public void CompleteRequest()

23.188.4.4.1. Exceptions

InvalidOperationException

Invalid transition

23.188.4.5. GenerateGraph()

Generate a dot graph representing the Final State Machine

public string GenerateGraph()

23.188.4.5.1. Returns

string

A string containing the graph in dot format

23.188.4.6. GetState()

Get the current state of the Final State Machine

public ProcessReplyCreateLargeTaskStateMachine.State GetState()

23.188.4.6.1. Returns

ProcessReplyCreateLargeTaskStateMachine.State

The current state of the Final State Machine

23.188.4.7. InitRequest()

Function used when using transition

public void InitRequest()

23.188.4.7.1. Exceptions

InvalidOperationException

Invalid transition

23.188.4.8. IsComplete()

Check if the Final State Machine is in its completed state

public bool IsComplete()

23.188.4.8.1. Returns

bool

A bool representing if the final state machine is in a completed state