Represents configuration data for asynchronous processing of events. This class allows admininistrative 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)

Syntax

Visual Basic (Declaration)
Public Interface IAsyncProcessingConfiguration
    Implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject
C#
public interface IAsyncProcessingConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject
C++
interface class IAsyncProcessingConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject
J#
public interface IAsyncProcessingConfiguration implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject
JScript
public interface IAsyncProcessingConfiguration extends ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

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

See Also