示例#1
0
 public string WriteFeedback(ClientApp.JwsSurvey.FeedbackInfo arg0)
 {
     ClientApp.JwsSurvey.WriteFeedbackRequest inValue = new ClientApp.JwsSurvey.WriteFeedbackRequest();
     inValue.arg0 = arg0;
     ClientApp.JwsSurvey.WriteFeedbackResponse retVal = ((ClientApp.JwsSurvey.Feedback)(this)).WriteFeedback(inValue);
     return(retVal.@return);
 }
示例#2
0
 public System.Threading.Tasks.Task <ClientApp.JwsSurvey.WriteFeedbackResponse> WriteFeedbackAsync(ClientApp.JwsSurvey.FeedbackInfo arg0)
 {
     ClientApp.JwsSurvey.WriteFeedbackRequest inValue = new ClientApp.JwsSurvey.WriteFeedbackRequest();
     inValue.arg0 = arg0;
     return(((ClientApp.JwsSurvey.Feedback)(this)).WriteFeedbackAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <ClientApp.JwsSurvey.WriteFeedbackResponse> ClientApp.JwsSurvey.Feedback.WriteFeedbackAsync(ClientApp.JwsSurvey.WriteFeedbackRequest request)
 {
     return(base.Channel.WriteFeedbackAsync(request));
 }
示例#4
0
 ClientApp.JwsSurvey.WriteFeedbackResponse ClientApp.JwsSurvey.Feedback.WriteFeedback(ClientApp.JwsSurvey.WriteFeedbackRequest request)
 {
     return(base.Channel.WriteFeedback(request));
 }