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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IAsyncProcessingConfiguration _
	Implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject
C#
public interface IAsyncProcessingConfiguration : ISubsystemConfiguration, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IAsyncProcessingConfiguration : ISubsystemConfiguration, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.IAsyncProcessingConfiguration = function();
FileNet.Api.Admin.IAsyncProcessingConfiguration.createInterface('FileNet.Api.Admin.IAsyncProcessingConfiguration');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration

ToggleSee Also