共用方式為


BatchCompletionEventHandler 委派

代表處理批次完成事件的方法。

命名空間:  Microsoft.BusinessData.Runtime
組件:  Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)

語法

'宣告
Public Delegate Sub BatchCompletionEventHandler ( _
    sender As Object, _
    args As BatchCompletionEventArgs _
)
'用途
Dim instance As New BatchCompletionEventHandler(AddressOf HandlerMethod)
public delegate void BatchCompletionEventHandler(
    Object sender,
    BatchCompletionEventArgs args
)

參數

備註

列舉具有列舉到外部系統,呼叫的所有結果,而且需要叫用的函數來取得其他結果時,會引發此事件。

請參閱

參照

Microsoft.BusinessData.Runtime 命名空間

IBatchableEntityInstanceEnumerator