TestimoX

API Reference

Class

ConnectionSummary

Namespace ADPlayground.Replication
Assembly ADPlayground
Modifiers sealed

Aggregated view of replication connections grouped by a key (Site or Server).

Inheritance

  • Object
  • ConnectionSummary

Constructors

Properties

public String Key { get; set; } #

Grouping key (e.g., Site name or Destination Server).

public Int32 Total { get; set; } #

Total connection objects.

public Int32 Enabled { get; set; } #

Enabled connection objects.

public Int32 Disabled { get; set; } #

Disabled connection objects.

public Int32 GeneratedByKcc { get; set; } #

Connections generated by KCC.

public Int32 UserDefined { get; set; } #

User-created connection objects.