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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

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.