|
Kinetica C# API
Version 7.2.3.1
|
Listener interface for batch insertion events. More...
Public Member Functions | |
| void | OnBatchInserted (BatchInsertionResult result) |
| Called when a batch insertion completes (success or failure). More... | |
Listener interface for batch insertion events.
Implementations must be thread-safe as callbacks may occur concurrently.
Definition at line 80 of file IBatchInsertionListener.cs.
| void IBatchInsertionListener.OnBatchInserted | ( | BatchInsertionResult | result | ) |
Called when a batch insertion completes (success or failure).
This method is called asynchronously and should not block.
| result | The result of the batch insertion. |