Represents configuration data for asynchronous processing of events. This class allows admininistrative clients to set or access event dispatcher configuration settings. An
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
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
object, call the
method on the
object, retrieve the
property from an object of the server hierarchy, then iterate the
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