Skip to content

Sessions: Stages

TL;DR — This page mirrors the Stages section from Sessions as a focused reference.

When to use

Use this page when you need the focused member list, signatures, and source notes for this section without scanning the full parent reference.

C# (CAC) usage

AddStage

Source file, signature, and docstring

Member SessionBuilder.AddStage(StageConfig stage)

Kind function

Declaring Type SessionBuilder

Source File QaaS.Runner.Sessions/Session/Builders/SessionBuilderLogic.cs

Signature

public SessionBuilder AddStage(StageConfig stage)

Docstring

Adds the supplied stage to the current Runner session builder instance.

UpdateStage

Source file, signature, and docstring

Member SessionBuilder.UpdateStage(int stageNumber, StageConfig stage)

Kind function

Declaring Type SessionBuilder

Source File QaaS.Runner.Sessions/Session/Builders/SessionBuilderLogic.cs

Signature

public SessionBuilder UpdateStage(int stageNumber, StageConfig stage)

Docstring

Updates the configured stage stored on the current Runner session builder instance.

RemoveStage

Source file, signature, and docstring

Member SessionBuilder.RemoveStage(int stageNumber)

Kind function

Declaring Type SessionBuilder

Source File QaaS.Runner.Sessions/Session/Builders/SessionBuilderLogic.cs

Signature

public SessionBuilder RemoveStage(int stageNumber)

Docstring

Removes the configured stage from the current Runner session builder instance.

RemoveStageAt

Source file, signature, and docstring

Member SessionBuilder.RemoveStageAt(int index)

Kind function

Declaring Type SessionBuilder

Source File QaaS.Runner.Sessions/Session/Builders/SessionBuilderLogic.cs

Signature

public SessionBuilder RemoveStageAt(int index)

Docstring

Removes the configured stage at the specified index from the current Runner session builder instance.

Edge cases

  • This page is generated from the parent reference section; edit the source XML docs or generator when content needs to change.
  • If a linked source member is renamed, regenerate the reference docs before changing prose by hand.

See also