IBatchableEntityInstanceEnumerator Members
Include Protected Members
Include Inherited Members
Defines properties and events that control batching.
The IBatchableEntityInstanceEnumerator type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | (Inherited from IEnumerator<IEntityInstance>.) | |
Current | (Inherited from IEnumerator.) | |
Filters | Retrieves the collection of filters associated with the method instance that needs to be invoked to obtain the next set of entity instances.. | |
IsBatchingEnabled | Gets or sets a value that indicates whether batching is enabled. | |
SharedEntityState | Retrieves the state shared across the External Items in the enumerator. (Inherited from IEntityInstanceEnumerator.) |
Top
Methods
Name | Description | |
---|---|---|
Close | Closes the server stream. (Inherited from ICloseable.) | |
Dispose | (Inherited from IDisposable.) | |
MoveNext | (Inherited from IEnumerator.) | |
Reset | (Inherited from IEnumerator.) |
Top
Events
Name | Description | |
---|---|---|
OnBatchCompletion | Represents the event of batch completion. |
Top