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)

Syntax

Visual Basic (Declaration)
Property QueuedObject As IDocument
C#
IDocument QueuedObject { get; set; }
C++
property IDocument QueuedObject abstract  {
    IDocument get();
    void set(IDocument value);
}
J#
/** property */
public IDocument get_QueuedObject();

/** property */
public void set_QueuedObject(IDocument value);
JScript
public function get QueuedObject() : IDocument

public function set QueuedObject(value : IDocument);

Remarks

See Also