Enum
ProfiledServerType

Definition

Namespace:ArtOfTest.WebAii.Design.Execution.Profiler

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public enum ProfiledServerType

Fields

LoadAgent

One of the test's load agents

Declaration

cs-api-definition
LoadAgent = 2

Field Value

ProfiledServerType

LoadController

The test's controller

Declaration

cs-api-definition
LoadController = 1

Field Value

ProfiledServerType

ServerUnderTest

Arbitrary machine on the network

Declaration

cs-api-definition
ServerUnderTest = 0

Field Value

ProfiledServerType