Evento IBatchableEntityInstanceEnumerator.OnBatchCompletion
Representa el evento de finalización del lote.
Espacio de nombres: Microsoft.BusinessData.Runtime
Ensamblado: Microsoft.BusinessData (en Microsoft.BusinessData.dll)
Sintaxis
'Declaración
Event OnBatchCompletion As BatchCompletionEventHandler
'Uso
Dim instance As IBatchableEntityInstanceEnumerator
Dim handler As BatchCompletionEventHandler
AddHandler instance.OnBatchCompletion, handler
event BatchCompletionEventHandler OnBatchCompletion
Comentarios
Cambiar las propiedades de la BatchCompletionEventArgs puede influir en el comportamiento del enumerador batchable.
Vea también
Referencia
interfaz IBatchableEntityInstanceEnumerator