public method TradeDeskEventsSink.OnBatchCompleted

Brief

The event is notification when whole batch of requests that were sent by use of Asynchronous operation has completed.

Declaration
Visual Basic
Sub OnBatchCompleted (sBatchID as String)
IDL
[id(12)] HRESULT OnBatchCompleted( [in]BSTR sBatchID)

Parameters
sBatchID

Completed Batch ID

Details

Please, see also the class description for important information about the event processing.

back