Skip to content

Sessions: Publishers

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

AddPublisher

Source file, signature, and docstring

Member SessionBuilder.AddPublisher(PublisherBuilder publisherBuilder)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder AddPublisher(PublisherBuilder publisherBuilder)

Docstring

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

UpdatePublisher

Source file, signature, and docstring

Member SessionBuilder.UpdatePublisher(string name, PublisherBuilder publisherBuilder)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder UpdatePublisher(string name, PublisherBuilder publisherBuilder)

Docstring

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

RemovePublisher

Source file, signature, and docstring

Member SessionBuilder.RemovePublisher(string name)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder RemovePublisher(string name)

Docstring

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

RemovePublisherAt

Source file, signature, and docstring

Member SessionBuilder.RemovePublisherAt(int index)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder RemovePublisherAt(int index)

Docstring

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