示例#1
0
 public System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.UpdateCommentResponse> UpdateCommentAsync(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.UpdateCommentRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.UpdateCommentRequest();
     inValue.Body             = new bizapps_test.MVC.AsmxCommentServiceReference.UpdateCommentRequestBody();
     inValue.Body.commentSoap = commentSoap;
     return(((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).UpdateCommentAsync(inValue));
 }
示例#2
0
 public int UpdateComment(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.UpdateCommentRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.UpdateCommentRequest();
     inValue.Body             = new bizapps_test.MVC.AsmxCommentServiceReference.UpdateCommentRequestBody();
     inValue.Body.commentSoap = commentSoap;
     bizapps_test.MVC.AsmxCommentServiceReference.UpdateCommentResponse retVal = ((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).UpdateComment(inValue);
     return(retVal.Body.UpdateCommentResult);
 }
示例#3
0
 System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.UpdateCommentResponse> bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.UpdateCommentAsync(bizapps_test.MVC.AsmxCommentServiceReference.UpdateCommentRequest request)
 {
     return(base.Channel.UpdateCommentAsync(request));
 }
示例#4
0
 bizapps_test.MVC.AsmxCommentServiceReference.UpdateCommentResponse bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.UpdateComment(bizapps_test.MVC.AsmxCommentServiceReference.UpdateCommentRequest request)
 {
     return(base.Channel.UpdateComment(request));
 }