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); }
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)); }
System.Threading.Tasks.Task <ClientApp.JwsSurvey.WriteFeedbackResponse> ClientApp.JwsSurvey.Feedback.WriteFeedbackAsync(ClientApp.JwsSurvey.WriteFeedbackRequest request) { return(base.Channel.WriteFeedbackAsync(request)); }
ClientApp.JwsSurvey.WriteFeedbackResponse ClientApp.JwsSurvey.Feedback.WriteFeedback(ClientApp.JwsSurvey.WriteFeedbackRequest request) { return(base.Channel.WriteFeedback(request)); }