示例#1
0
 public System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentResponse> CreateCommentAsync(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap, int postId)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentRequest();
     inValue.Body             = new bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentRequestBody();
     inValue.Body.commentSoap = commentSoap;
     inValue.Body.postId      = postId;
     return(((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).CreateCommentAsync(inValue));
 }
示例#2
0
 public int CreateComment(bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap commentSoap, int postId)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentRequest();
     inValue.Body             = new bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentRequestBody();
     inValue.Body.commentSoap = commentSoap;
     inValue.Body.postId      = postId;
     bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentResponse retVal = ((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).CreateComment(inValue);
     return(retVal.Body.CreateCommentResult);
 }
示例#3
0
 System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentResponse> bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.CreateCommentAsync(bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentRequest request)
 {
     return(base.Channel.CreateCommentAsync(request));
 }
示例#4
0
 bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentResponse bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.CreateComment(bizapps_test.MVC.AsmxCommentServiceReference.CreateCommentRequest request)
 {
     return(base.Channel.CreateComment(request));
 }