Exemplo n.º 1
0
 public static List <string> GetFrontendTransportServersInLocalSite()
 {
     return(ReplayConfiguration.GetServersWithServerRoleInSite(null, ServerRole.FrontendTransport));
 }