Distributor Element (ADF)
Provides a location for defining information about one of the distributors used by this application.
Sintaxis
<Distributors>
<Distributor>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Required once or more per Distributors element. |
Updates |
Can be added and deleted using when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
SystemName Element for Distributor (ADF) |
Notas
An application can have one distributor on a server. You can define multiple distributors if the SystemName value for each distributor is unique.
Having multiple distributors on a server does not increase distributor performance. If you define multiple distributors for a single server in the application definition file (ADF), Notification Services fails when you create or update the application.
Ejemplo
The following example shows the Distributor elements. The distributor is on the server CPANDL
, uses a single thread, and uses a distributor quantum period of 30 seconds.
<Distributor>
<SystemName>CPANDL</SystemName>
<ThreadPoolSize>1</ThreadPoolSize>
<QuantumDuration>P0DT00H00M30S</QuantumDuration>
</Distributor>
Vea también
Referencia
Application Definition File Reference
Otros recursos
Especificar la configuración del distribuidor