Show / Hide Table of Contents

Class ConnectionStatus

ConnectionStatus provides the information about the connections from the replicators to the listener.

Inheritance
System.Object
ConnectionStatus
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public class ConnectionStatus
Remarks

NOTE: This is an enterprise edition feature

Fields

| Improve this Doc View Source

ActiveConnectionCount

The number of the connections that are in active or busy state.

Declaration
public ulong ActiveConnectionCount
Field Value
Type Description
System.UInt64
| Improve this Doc View Source

ConnectionCount

The total number of connections.

Declaration
public ulong ConnectionCount
Field Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX