IBatchableEntityInstanceEnumerator.OnBatchCompletion Event
Represents the event of batch completion.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Event OnBatchCompletion As BatchCompletionEventHandler
'Usage
Dim instance As IBatchableEntityInstanceEnumerator
Dim handler As BatchCompletionEventHandler
AddHandler instance.OnBatchCompletion, handler
event BatchCompletionEventHandler OnBatchCompletion
Remarks
Changing the properties of the BatchCompletionEventArgs can influence the behavior of the batchable enumerator.
See Also
Reference
IBatchableEntityInstanceEnumerator Interface