Executions: Servers¶
TL;DR — This page mirrors the
Serverssection 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¶
WithServer¶
Source file, signature, and docstring
Member ExecutionBuilder.WithServer(ServerConfig serverConfig)
Kind function
Declaring Type ExecutionBuilder
Source File QaaS.Mocker/ExecutionBuilder.cs
Signature
public ExecutionBuilder WithServer(ServerConfig serverConfig)
Docstring
Sets the single-server configuration used by the current Mocker execution builder instance.
AddServers¶
Source file, signature, and docstring
Member ExecutionBuilder.AddServers(params ServerConfig[] serverConfigs)
Kind function
Declaring Type ExecutionBuilder
Source File QaaS.Mocker/ExecutionBuilder.cs
Signature
public ExecutionBuilder AddServers(params ServerConfig[] serverConfigs)
Docstring
Adds the supplied servers to the current Mocker execution builder instance.
UpdateServer¶
Source file, signature, and docstring
Member ExecutionBuilder.UpdateServer(ServerConfig serverConfig)
Kind function
Declaring Type ExecutionBuilder
Source File QaaS.Mocker/ExecutionBuilder.cs
Signature
public ExecutionBuilder UpdateServer(ServerConfig serverConfig)
Docstring
Updates the configured single-server definition on the current Mocker execution builder instance.
AddServer¶
Source file, signature, and docstring
Member ExecutionBuilder.AddServer(ServerConfig serverConfig)
Kind function
Declaring Type ExecutionBuilder
Source File QaaS.Mocker/ExecutionBuilder.cs
Signature
public ExecutionBuilder AddServer(ServerConfig serverConfig)
Docstring
Adds the supplied server to the current Mocker execution builder instance.
UpdateServerAt¶
Source file, signature, and docstring
Member ExecutionBuilder.UpdateServerAt(int index, ServerConfig serverConfig)
Kind function
Declaring Type ExecutionBuilder
Source File QaaS.Mocker/ExecutionBuilder.cs
Signature
public ExecutionBuilder UpdateServerAt(int index, ServerConfig serverConfig)
Docstring
Updates the configured server stored at the specified index on the current Mocker execution builder instance.
RemoveServer¶
Source file, signature, and docstring
Member ExecutionBuilder.RemoveServer()
Kind function
Declaring Type ExecutionBuilder
Source File QaaS.Mocker/ExecutionBuilder.cs
Signature
public ExecutionBuilder RemoveServer()
Docstring
Removes the configured single-server definition from the current Mocker execution builder instance.
RemoveServerAt¶
Source file, signature, and docstring
Member ExecutionBuilder.RemoveServerAt(int index)
Kind function
Declaring Type ExecutionBuilder
Source File QaaS.Mocker/ExecutionBuilder.cs
Signature
public ExecutionBuilder RemoveServerAt(int index)
Docstring
Removes the configured server stored at the specified index from the current Mocker 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.