Otter SDK Reference
Version:

WriteStandardVariableData(System.Collections.Generic.IReadOnlyDictionary<Inedo.ExecutionEngine.RuntimeVariableName, string> variables, System.IO.TextWriter textWriter) Method

Writes a dictionary of variasbles values to the specified System.IO.TextWriter.

Syntax

protected static void WriteStandardVariableData(IReadOnlyDictionary<Inedo.ExecutionEngine.RuntimeVariableName, string> variables, System.IO.TextWriter textWriter)

Parameters

variables
Type: System.Collections.Generic.IReadOnlyDictionary<Inedo.ExecutionEngine.RuntimeVariableName, string>

The variables to write.

textWriter
Type: System.IO.TextWriter

The System.IO.TextWriter to write to.

Exceptions

System.ArgumentNullException

textWriter is null (Nothing in Visual Basic).