> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# kinetica.IBatchInsertionListener

> kinetica.IBatchInsertionListener — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>Listener interface for batch insertion events. <a href="#details">More...</a></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:abe7f8063f15b7d05f85c23b18499f6a3" id="r_abe7f8063f15b7d05f85c23b18499f6a3">
        <td className="memItemLeft" align="right" valign="top">void </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#abe7f8063f15b7d05f85c23b18499f6a3">OnBatchInserted</a> (<a className="el" href="/content/api/cs/classkinetica_1_1BatchInsertionResult">BatchInsertionResult</a> result)</td>
      </tr>

      <tr className="memdesc:abe7f8063f15b7d05f85c23b18499f6a3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Called when a batch insertion completes (success or failure). <br /></td>
      </tr>

      <tr className="separator:abe7f8063f15b7d05f85c23b18499f6a3">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:abe7f8063f15b7d05f85c23b18499f6a3" id="r_abe7f8063f15b7d05f85c23b18499f6a3">
        <td className="memItemLeft" align="right" valign="top">void </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#abe7f8063f15b7d05f85c23b18499f6a3">OnBatchInserted</a> (<a className="el" href="/content/api/cs/classkinetica_1_1BatchInsertionResult">BatchInsertionResult</a> result)</td>
      </tr>

      <tr className="memdesc:abe7f8063f15b7d05f85c23b18499f6a3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Called when a batch insertion completes (success or failure). <br /></td>
      </tr>

      <tr className="separator:abe7f8063f15b7d05f85c23b18499f6a3">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>Listener interface for batch insertion events. </p>
      <p>Implementations must be thread-safe as callbacks may occur concurrently. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source#l00078">78</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source">IBatchInsertionListener.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Function Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#abe7f8063f15b7d05f85c23b18499f6a3">◆ </a></span>OnBatchInserted() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">void kinetica.IBatchInsertionListener.OnBatchInserted </td>
            <td>(</td>
            <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1BatchInsertionResult">BatchInsertionResult</a></td>
            <td className="paramname"><span className="paramname"><span className="em">result</span></span></td>
            <td>)</td>

            <td />
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Called when a batch insertion completes (success or failure). </p>
        <p>This method is called asynchronously and should not block.</p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramname">result</td>
                <td>The result of the batch insertion.</td>
              </tr>
            </table>
          </div>
        </div>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#abe7f8063f15b7d05f85c23b18499f6a3">◆ </a></span>OnBatchInserted() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">void kinetica.IBatchInsertionListener.OnBatchInserted </td>
            <td>(</td>
            <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1BatchInsertionResult">BatchInsertionResult</a></td>
            <td className="paramname"><span className="paramname"><span className="em">result</span></span></td>
            <td>)</td>

            <td />
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Called when a batch insertion completes (success or failure). </p>
        <p>This method is called asynchronously and should not block.</p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramname">result</td>
                <td>The result of the batch insertion.</td>
              </tr>
            </table>
          </div>
        </div>
      </div>
    </div>

    <hr />

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

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/BulkInserter/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source">IBatchInsertionListener.cs</a></li>
      <li>Kinetica/BulkInserter/<a className="el" href="/content/api/cs/Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source">IBatchInsertionListener.cs</a></li>
    </ul>
  </div>
</div>
