Arguments Element for HostedProvider (ADF)
Provides a location for specifying initialization values for a hosted event provider.
Синтаксис
<Providers>
<HostedProvider>
...
<Arguments>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Optional once per HostedProvider element. |
Updates |
Can be added and deleted when updating an application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
Замечания
Each hosted event provider may use required and optional arguments. For example, the standard file system watcher event provider requires three arguments (such as WatchDirectory) and has four optional arguments. If you are using a standard event provider, arguments are described in the Стандартные поставщики событий section. If you are using a custom event provider, the provider should include documentation about its arguments.
Пример
The following example shows an Arguments element. Its child elements set initialization values for a hosted event provider.
<Arguments>
<Argument>
<Name>PickupFile</Name>
<Value>C:\Output\events.txt</Value>
</Argument>
<Argument>
<Name>OutputFileIncrement</Name>
<Value>5</Value>
<Argument>
</Arguments>
См. также
Справочник
Application Definition File Reference
Другие ресурсы
Определение внутрипроцессных поставщиков событий
Обновление экземпляров и приложений