Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains elements that configure the generator for this application.
Syntax
<Application>
...
<Generator>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Required once per Application element. |
Updates |
Cannot be added or deleted when updating the application. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
Example
The following example shows how to configure the generator to run on a server named CPANDL and process application rules on one thread.
<Generator>
<SystemName>CPANDL</SystemName>
<ThreadPoolSize>1</ThreadPoolSize>
</Generator>
See Also
Reference
Application Definition File Reference
Other Resources
Specifying Generator Settings
Updating Instances and Applications