# C1.DataCollection.C1WrapDataCollection-2.SuppressionContext

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataCollection_C1WrapDataCollection_2_SuppressionContext" data-uid="C1.DataCollection.C1WrapDataCollection`2.SuppressionContext" class="text-break">C1WrapDataCollection&lt;S, T&gt;.SuppressionContext Class
</h1>
  <div class="markdown level0 summary"><p>Suppression context used to handle the notifications</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1WrapDataCollection&lt;S, T&gt;.SuppressionContext</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataCollection.html">C1.DataCollection</a></h6>
  <h6><strong>Assembly</strong>: C1.DataCollection.dll</h6>
  <h5 id="C1_DataCollection_C1WrapDataCollection_2_SuppressionContext_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1WrapDataCollection&lt;S, T&gt;.SuppressionContext : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1WrapDataCollection(Of S, T).SuppressionContext
    Implements IDisposable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataCollection_C1WrapDataCollection_2_SuppressionContext_Notifications" data-uid="C1.DataCollection.C1WrapDataCollection`2.SuppressionContext.Notifications">
          <a class="xref" href="C1.DataCollection.C1WrapDataCollection-2.SuppressionContext.Notifications.html#C1_DataCollection_C1WrapDataCollection_2_SuppressionContext_Notifications">Notifications</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the notifications that were suppressed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_DataCollection_C1WrapDataCollection_2_SuppressionContext_Dispose" data-uid="C1.DataCollection.C1WrapDataCollection`2.SuppressionContext.Dispose">
          <a class="xref" href="C1.DataCollection.C1WrapDataCollection-2.SuppressionContext.Dispose.html#C1_DataCollection_C1WrapDataCollection_2_SuppressionContext_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1WrapDataCollection_2_SuppressionContext_RaiseNotificationsAsync_System_Collections_Generic_IEnumerable_System_Tuple_System_Object_System_Collections_Specialized_NotifyCollectionChangedEventArgs___System_Threading_CancellationToken_" data-uid="C1.DataCollection.C1WrapDataCollection`2.SuppressionContext.RaiseNotificationsAsync(System.Collections.Generic.IEnumerable{System.Tuple{System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs}},System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.C1WrapDataCollection-2.SuppressionContext.RaiseNotificationsAsync.html#C1_DataCollection_C1WrapDataCollection_2_SuppressionContext_RaiseNotificationsAsync_System_Collections_Generic_IEnumerable_System_Tuple_System_Object_System_Collections_Specialized_NotifyCollectionChangedEventArgs___System_Threading_CancellationToken_">RaiseNotificationsAsync(IEnumerable&lt;Tuple&lt;object?, NotifyCollectionChangedEventArgs&gt;&gt;, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the specified <code class="paramref">notifications</code>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
