# C1.DataCollection.ConnectionState

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_DataCollection_ConnectionState" data-uid="C1.DataCollection.ConnectionState" class="text-break">ConnectionState Enum
</h1>
  <div class="markdown level0 summary"><p>The state of the connection of the collection supporting <a class="xref" href="C1.DataCollection.ISupportConnection.html">ISupportConnection</a>.</p>
</div>
  <div class="markdown level0 conceptual"></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_ConnectionState_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ConnectionState</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ConnectionState</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_DataCollection_ConnectionState_Connected">Connected</td>
        <td><p>The collection is connected to the source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_ConnectionState_Connecting">Connecting</td>
        <td><p>The collection is connecting to the source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_ConnectionState_Disconnected">Disconnected</td>
        <td><p>The collection is disconnected from the source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_ConnectionState_Disconnecting">Disconnecting</td>
        <td><p>The collection is disconnecting from the source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_ConnectionState_Reconnecting">Reconnecting</td>
        <td><p>The collection is reconnecting to the source.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
