Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <XrConsole.TestService.CommandUserResponse> CommandUserAsync(string methodName, string xmlPara)
 {
     XrConsole.TestService.CommandUserRequest inValue = new XrConsole.TestService.CommandUserRequest();
     inValue.Body            = new XrConsole.TestService.CommandUserRequestBody();
     inValue.Body.methodName = methodName;
     inValue.Body.xmlPara    = xmlPara;
     return(((XrConsole.TestService.IUser)(this)).CommandUserAsync(inValue));
 }
Ejemplo n.º 2
0
 public string CommandUser(string methodName, string xmlPara)
 {
     XrConsole.TestService.CommandUserRequest inValue = new XrConsole.TestService.CommandUserRequest();
     inValue.Body            = new XrConsole.TestService.CommandUserRequestBody();
     inValue.Body.methodName = methodName;
     inValue.Body.xmlPara    = xmlPara;
     XrConsole.TestService.CommandUserResponse retVal = ((XrConsole.TestService.IUser)(this)).CommandUser(inValue);
     return(retVal.Body.CommandUserResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <XrConsole.TestService.CommandUserResponse> XrConsole.TestService.IUser.CommandUserAsync(XrConsole.TestService.CommandUserRequest request)
 {
     return(base.Channel.CommandUserAsync(request));
 }
Ejemplo n.º 4
0
 XrConsole.TestService.CommandUserResponse XrConsole.TestService.IUser.CommandUser(XrConsole.TestService.CommandUserRequest request)
 {
     return(base.Channel.CommandUser(request));
 }