Represents configuration data for asynchronous processing of events.
This class allows administrative clients to set or access
event dispatcher configuration settings.
An
IAsyncProcessingConfiguration object can be assigned to objects of the server hierarchy
(IDomain, ISite, IVirtualServer, and IServerInstance), and is persisted in the GCD.
To create a IAsyncProcessingConfiguration object, call the
CreateInstance method on the
IAsyncProcessingConfiguration class.
To instantiate an IAsyncProcessingConfiguration object, retrieve the
SubsystemConfigurations property from an object of the server hierarchy,
then iterate the ISubsystemConfigurationList
for the IAsyncProcessingConfiguration object.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
JavaScript |
---|
FileNet.Api.Admin.IAsyncProcessingConfiguration = function();
FileNet.Api.Admin.IAsyncProcessingConfiguration.createInterface('FileNet.Api.Admin.IAsyncProcessingConfiguration'); |