Class AgentServer
Represents the Relativity agent server object.
Implements
Inherited Members
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 SourceAgentServer()
Initializes a new instance of the AgentServer class.
Declaration
public AgentServer()
Properties
| Improve this Doc View SourceNumberOfAgents
Gets or sets the number of agents currently added to the server.
Declaration
public int NumberOfAgents { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProcessorCores
Gets or sets the number of cores that the server has.
Declaration
public int ProcessorCores { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |