Skip to content

Commit

Permalink
DistributedEngines - SiteSummary class add new property for v11
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Oct 5, 2021
1 parent 6f72d12 commit 7cdb432
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -11,6 +11,7 @@ public class SiteSummary
public bool IsLocal { get; set; }
public DateTime? LastActivity { get; set; }
public int NumEnginesMissingNetFramework { get; set; }
public int numEnginesWithoutAbilityToRestartService { get; set; }
public int OfflineEngineCount { get; set; }
public int OnlineEngineCount { get; set; }
public int SiteId { get; set; }
Expand Down

0 comments on commit 7cdb432

Please sign in to comment.