Table of Contents

Class ThreadRun

Namespace
AntRunnerLib
Assembly
AntRunnerLib.dll

Represents a run of a thread within the assistant orchestrator. This class holds identifiers for both the thread and the specific run instance.

public class ThreadRun
Inheritance
System.Object
ThreadRun
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Properties

ThreadId

Gets or sets the identifier for the thread.

public string ThreadId { get; set; }

Property Value

System.String

ThreadRunId

Gets or sets the identifier for the specific run instance of the thread.

public string ThreadRunId { get; set; }

Property Value

System.String