The object that is the subject of the queued operation. For example, this may be the Subscription object that caused a given asynchronous event to be queued.

For the IAsyncUpgradeQueueItem interface, this property is for internal use only.

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

ToggleSyntax

Visual Basic (Declaration)
Property QueuedObject As IIndependentObject
C#
IIndependentObject QueuedObject { get; set; }
Visual C++
property IIndependentObject^ QueuedObject {
	IIndependentObject^ get ();
	void set (IIndependentObject^ value);
}
JavaScript
function get_queuedObject();
function set_queuedObject(value);

ToggleRemarks

ToggleSee Also