Kinetica   C#   API  Version 7.2.3.1
IBatchInsertionListener Interface Reference

Listener interface for batch insertion events. More...

Public Member Functions

void OnBatchInserted (BatchInsertionResult result)
 Called when a batch insertion completes (success or failure). More...
 

Detailed Description

Listener interface for batch insertion events.

Implementations must be thread-safe as callbacks may occur concurrently.

Definition at line 80 of file IBatchInsertionListener.cs.

Member Function Documentation

◆ OnBatchInserted()

void IBatchInsertionListener.OnBatchInserted ( BatchInsertionResult  result)

Called when a batch insertion completes (success or failure).

This method is called asynchronously and should not block.

Parameters
resultThe result of the batch insertion.

The documentation for this interface was generated from the following file: