Retrieve all of the objects referenced in this batch. Calling this method executes the pending batch retrieval operation.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub RetrieveBatch()
C#
public virtual void RetrieveBatch()
C++
public:
 virtual void RetrieveBatch()
J#
public virtual void RetrieveBatch()
JScript
public virtual  function RetrieveBatch()

Exceptions

Exception TypeCondition
EngineRuntimeException Thrown when there are no pending items in the batch.

See Also