# C1.Win.List.Util.Xml.Serialization.IOnLongOpInProgressProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_Util_Xml_Serialization_IOnLongOpInProgressProvider" data-uid="C1.Win.List.Util.Xml.Serialization.IOnLongOpInProgressProvider" class="text-break">IOnLongOpInProgressProvider Interface
</h1>
  <div class="markdown level0 summary"><p>Interface used to provide feedback and the ability to cancel potentially long operations</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.Util.Xml.Serialization.html">C1.Win.List.Util.Xml.Serialization</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_Win_List_Util_Xml_Serialization_IOnLongOpInProgressProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IOnLongOpInProgressProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IOnLongOpInProgressProvider</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_List_Util_Xml_Serialization_IOnLongOpInProgressProvider_OnLongOpInProgress" data-uid="C1.Win.List.Util.Xml.Serialization.IOnLongOpInProgressProvider.OnLongOpInProgress">
          <a class="xref" href="C1.Win.List.Util.Xml.Serialization.IOnLongOpInProgressProvider.OnLongOpInProgress.html#C1_Win_List_Util_Xml_Serialization_IOnLongOpInProgressProvider_OnLongOpInProgress">OnLongOpInProgress()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Util_Xml_Serialization_IOnLongOpInProgressProvider_OnLongOpInProgress_System_Boolean__" data-uid="C1.Win.List.Util.Xml.Serialization.IOnLongOpInProgressProvider.OnLongOpInProgress(System.Boolean@)">
          <a class="xref" href="C1.Win.List.Util.Xml.Serialization.IOnLongOpInProgressProvider.OnLongOpInProgress.html#C1_Win_List_Util_Xml_Serialization_IOnLongOpInProgressProvider_OnLongOpInProgress_System_Boolean__">OnLongOpInProgress(out bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
