Esempio n. 1
0
 public DiagnosticResult TestDownLevelSystemConnection(int ssId)
 {
     ServiceClient client = new ServiceClient(ssId, CallDirection.Internal | CallDirection.DownLevelSystem, user);
     return DiagnosticConnectionState(() => client.TestExternal());
 }