public method TradeDeskEventsSink.OnBatchRequestCompleted

Brief

The event is confirmation request belonging to a specific batch has completed.

Declaration
Visual Basic
Sub OnBatchRequestCompleted (sBatchID as String, sRequestID as String)
IDL
[id(10)] HRESULT OnBatchRequestCompleted( [in]BSTR sBatchID, [in]BSTR sRequestID)

Parameters
sBatchID

Completed Batch ID

sRequestID

Completed Request ID

Details

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

This event is fired when request batch that was sent using Asynchronous operation has completed successfully.

back