Skip to content

Sessions: Configuration

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

WithTimeoutBefore

Source file, signature, and docstring

Member SessionBuilder.WithTimeoutBefore(uint timeout)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder WithTimeoutBefore(uint timeout)

Docstring

Sets the timeout applied before the session runs.

WithTimeoutAfter

Source file, signature, and docstring

Member SessionBuilder.WithTimeoutAfter(uint timeout)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder WithTimeoutAfter(uint timeout)

Docstring

Sets the timeout applied after the session runs.

WithTimeZone

Source file, signature, and docstring

Member SessionBuilder.WithTimeZone(string timeZoneId)

Kind function

Declaring Type SessionBuilder

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

Signature

public SessionBuilder WithTimeZone(string timeZoneId)

Docstring

Sets the time zone id used for daylight-saving-aware offset conversions in this session.

Use this when session actions that rely on offset-based date conversion should resolve daylight-saving rules from a specific time zone.

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