Creates a batch operation to update persisted objects.

Once created, the batch operation is pending until you call the UpdateBatch method to commit the operation. The entire batch operation is executed within a single transaction.


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

Syntax

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

Inheritance Hierarchy

System.Object
   FileNet.Api.Core.Batch
      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