Skip to content

Sessions: Consumers

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

AddConsumer

Source file, signature, and docstring

Member SessionBuilder.AddConsumer(ConsumerBuilder consumerBuilder)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder AddConsumer(ConsumerBuilder consumerBuilder)

Docstring

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

UpdateConsumer

Source file, signature, and docstring

Member SessionBuilder.UpdateConsumer(string name, ConsumerBuilder consumerBuilder)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder UpdateConsumer(string name, ConsumerBuilder consumerBuilder)

Docstring

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

RemoveConsumer

Source file, signature, and docstring

Member SessionBuilder.RemoveConsumer(string name)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder RemoveConsumer(string name)

Docstring

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

RemoveConsumerAt

Source file, signature, and docstring

Member SessionBuilder.RemoveConsumerAt(int index)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder RemoveConsumerAt(int index)

Docstring

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