For internal use only. Represents a pending (queued) execution of an asynchronous upgrade action.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IAsyncUpgradeQueueItem _
	Implements IQueueItem, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject,  _
	IEngineObject, ICloneable
C#
public interface IAsyncUpgradeQueueItem : IQueueItem, 
	IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class IAsyncUpgradeQueueItem : IQueueItem, 
	IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Admin.IAsyncUpgradeQueueItem = function();
FileNet.Api.Admin.IAsyncUpgradeQueueItem.createInterface('FileNet.Api.Admin.IAsyncUpgradeQueueItem');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: ClassDefinition
IsDependent: false
IsHidden: true
Name: Id
Searchable: true
StorageType: ObjectStore
SuperclassName: QueueItem

ToggleSee Also