Class ConnectionStatus
ConnectionStatus provides the information about the connections from the replicators to the listener.
Inheritance
System.Object
ConnectionStatus
Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public class ConnectionStatus : object
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 |