ChangeBatchBase::GetEnumerator Method
Gets an object that enumerates the item changes in this change batch. This method cannot be inherited.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Return Value
Type: System.Collections.Generic::IEnumerator<ItemChange>An object that enumerates the item changes in this change batch.
Implements
IEnumerable<T>::GetEnumerator()| Exception | Condition |
|---|---|
| ObjectDisposedException | This ChangeBatchBase has been disposed. |
Show: