Abstract superclass for the accumulation of batch items for a pending batch operation. The batch is a collection of BatchItemHandle instances. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


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

Syntax

Visual Basic (Declaration)
Public MustInherit Class Batch
C#
public abstract class Batch
C++
ref class Batch abstract 
J#
public  class Batch
JScript
public  class Batch

Inheritance Hierarchy

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

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