Example #1
0
 public string SetTraceLevel(string name, string level)
 {
     return(remoteInterface.SetTraceLevel(name, level));
 }