Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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