Class ProfilerCommunicationConfigurationForLoad
Inheritance
System.Object
ProfilerCommunicationConfigurationForLoad
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: ArtOfTest.WebAii.Design.Execution.Profiler
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ProfilerCommunicationConfigurationForLoad
Constructors
ProfilerCommunicationConfigurationForLoad()
Declaration
public ProfilerCommunicationConfigurationForLoad()
Properties
ControllerHost
Declaration
public string ControllerHost { get; set; }
Property Value
System.String
|
ReportingInterval
Declaration
public TimeSpan ReportingInterval { get; set; }
Property Value
System.TimeSpan
|