Creates a batch operation to retrieve objects.

Once created, the batch operation is pending until you call the RetrieveBatch method to perform the operation.


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

Syntax

Visual Basic (Declaration)
Public Class RetrievingBatch
    Inherits Batch
C#
public class RetrievingBatch : Batch
C++
ref class RetrievingBatch : Batch
J#
public class RetrievingBatch extends Batch
JScript
public class RetrievingBatch extends Batch

Inheritance Hierarchy

System.Object
   FileNet.Api.Core.Batch
      FileNet.Api.Core.RetrievingBatch

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also