Skip to content

Executions: Session selection

TL;DR — This page mirrors the Session selection section from Executions 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

AddSession

Source file, signature, and docstring

Member ExecutionBuilder.AddSession(SessionBuilder sessionBuilder)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Runner/ExecutionBuilder.cs

Signature

public ExecutionBuilder AddSession(SessionBuilder sessionBuilder)

Docstring

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

UpdateSession

Source file, signature, and docstring

Member ExecutionBuilder.UpdateSession(string sessionName, SessionBuilder sessionBuilder)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Runner/ExecutionBuilder.cs

Signature

public ExecutionBuilder UpdateSession(string sessionName, SessionBuilder sessionBuilder)

Docstring

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

RemoveSession

Source file, signature, and docstring

Member ExecutionBuilder.RemoveSession(string sessionName)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Runner/ExecutionBuilder.cs

Signature

public ExecutionBuilder RemoveSession(string sessionName)

Docstring

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

RemoveSessionAt

Source file, signature, and docstring

Member ExecutionBuilder.RemoveSessionAt(int index)

Kind function

Declaring Type ExecutionBuilder

Source File QaaS.Runner/ExecutionBuilder.cs

Signature

public ExecutionBuilder RemoveSessionAt(int index)

Docstring

Removes the configured session at the specified index from the current Runner execution 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