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 SourceActiveConnectionCount
The number of the connections that are in active or busy state.
Declaration
public ulong ActiveConnectionCount
Field Value
Type | Description |
---|---|
System.UInt64 |
ConnectionCount
The total number of connections.
Declaration
public ulong ConnectionCount
Field Value
Type | Description |
---|---|
System.UInt64 |