SwitchStrategy
This property allows you to specify a switching strategy to select a server from AlternateServers as the active server.
Possible Values
Sequence, Random, BestResponse, sequenceData Type
string
Default Value
"sequence"
Remarks
There are three switching strategies available: Sequence: Always use the next server in AlternateServers as the active server. Random: Use a random server in AlternateServers as the active server. BestResponse: Always use the server with the shortest response time.
Specify SwitchStrategy:
SwitchStrategy=Random;