Show / Hide Table of Contents

Class AgentServer

Represents the Relativity agent server object.

Inheritance
System.Object
Artifact
NamedArtifact
ResourceServer
AgentServer
Implements
IHasName
Inherited Members
ResourceServer.Type
ResourceServer.Status
NamedArtifact.Name
Artifact.ArtifactID
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class AgentServer : ResourceServer, IHasName

Constructors

| Improve this Doc View Source

AgentServer()

Initializes a new instance of the AgentServer class.

Declaration
public AgentServer()

Properties

| Improve this Doc View Source

NumberOfAgents

Gets or sets the number of agents currently added to the server.

Declaration
public int NumberOfAgents { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ProcessorCores

Gets or sets the number of cores that the server has.

Declaration
public int ProcessorCores { get; set; }
Property Value
Type Description
System.Int32

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX