SetOption Method

Class

Agent.

Action

Sets an agent option. This option is distributed to all Tech Domains.

Syntax

SetOption(name, value)
Variable Description
name The name of the option. A list of available options are defined in the Options class. String.
value The value of the option. Object.

Example

For example, you might type:
Agent.setOption(Options.ObjectResolveTimeout, true)