References objects for batch operations.

A batch contains a list of BatchItemHandle instances. Methods are provided to retrieve the object referenced by a batch item and identify an exception (if any) associated with the item.


The following tables list the members exposed by IBatchItemHandle.

Public Methods

 NameDescription
Public methodGetExceptionReturns the exception assigned to the batch item.

This is only meaningful after the batch operation has been performed.

Public methodGetObjectReturns the object referenced by this batch item.
Public methodHasExceptionIndicates whether the batch item has an associated exception.

This is only meaningful after the batch operation has been performed.

Top

See Also