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)); }
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); }
System.Threading.Tasks.Task <XrConsole.TestService.CommandUserResponse> XrConsole.TestService.IUser.CommandUserAsync(XrConsole.TestService.CommandUserRequest request) { return(base.Channel.CommandUserAsync(request)); }
XrConsole.TestService.CommandUserResponse XrConsole.TestService.IUser.CommandUser(XrConsole.TestService.CommandUserRequest request) { return(base.Channel.CommandUser(request)); }