Skip to content

Sessions: Collectors

TL;DR — This page mirrors the Collectors 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

AddCollector

Source file, signature, and docstring

Member SessionBuilder.AddCollector(CollectorBuilder collectorBuilder)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder AddCollector(CollectorBuilder collectorBuilder)

Docstring

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

UpdateCollector

Source file, signature, and docstring

Member SessionBuilder.UpdateCollector(string name, CollectorBuilder collectorBuilder)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder UpdateCollector(string name, CollectorBuilder collectorBuilder)

Docstring

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

RemoveCollector

Source file, signature, and docstring

Member SessionBuilder.RemoveCollector(string name)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder RemoveCollector(string name)

Docstring

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

RemoveCollectorAt

Source file, signature, and docstring

Member SessionBuilder.RemoveCollectorAt(int index)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder RemoveCollectorAt(int index)

Docstring

Removes the configured collector 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