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 |
| 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'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration