Abstract superclass for the accumulation of batch items for a pending batch operation. The batch is a collection of
instances.
The following tables list the members exposed by Batch.
Protected Constructors
Name | Description | |
---|---|---|
![]() |
Batch | Creates a instance to hold a collection of instances. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified |
![]() |
GetBatchItemHandles | Returns a list of the instances in this batch that reference the specified object, or, if the parameter is , the list of all instances in this batch. |
![]() |
GetHashCode | Serves as a hash function for a particular type. |
![]() |
GetType | Gets the |
![]() |
ToString | Returns a |
Protected Methods
Name | Description | |
---|---|---|
![]() |
addHandle | Adds the specified to the collection. |
![]() |
Finalize | Allows an |
![]() |
GetBatchList | Returns the collection of instances. |
![]() |
GetDomain | Returns the domain for the collection. |
![]() |
MemberwiseClone | Creates a shallow copy of the current |