Example #1
0
 public System.Threading.Tasks.Task <CommentsWebServiceClient.Net.CommentsService.getCommentsForSubjectResponse> getCommentsForSubjectAsync(CommentsWebServiceClient.Net.CommentsService.user arg0, string arg1)
 {
     CommentsWebServiceClient.Net.CommentsService.getCommentsForSubjectRequest inValue = new CommentsWebServiceClient.Net.CommentsService.getCommentsForSubjectRequest();
     inValue.arg0 = arg0;
     inValue.arg1 = arg1;
     return(((CommentsWebServiceClient.Net.CommentsService.ICommentsService)(this)).getCommentsForSubjectAsync(inValue));
 }
Example #2
0
 public CommentsWebServiceClient.Net.CommentsService.comment[] getCommentsForSubject(CommentsWebServiceClient.Net.CommentsService.user arg0, string arg1)
 {
     CommentsWebServiceClient.Net.CommentsService.getCommentsForSubjectRequest inValue = new CommentsWebServiceClient.Net.CommentsService.getCommentsForSubjectRequest();
     inValue.arg0 = arg0;
     inValue.arg1 = arg1;
     CommentsWebServiceClient.Net.CommentsService.getCommentsForSubjectResponse retVal = ((CommentsWebServiceClient.Net.CommentsService.ICommentsService)(this)).getCommentsForSubject(inValue);
     return(retVal.@return);
 }
Example #3
0
 System.Threading.Tasks.Task <CommentsWebServiceClient.Net.CommentsService.getCommentsForSubjectResponse> CommentsWebServiceClient.Net.CommentsService.ICommentsService.getCommentsForSubjectAsync(CommentsWebServiceClient.Net.CommentsService.getCommentsForSubjectRequest request)
 {
     return(base.Channel.getCommentsForSubjectAsync(request));
 }
Example #4
0
 CommentsWebServiceClient.Net.CommentsService.getCommentsForSubjectResponse CommentsWebServiceClient.Net.CommentsService.ICommentsService.getCommentsForSubject(CommentsWebServiceClient.Net.CommentsService.getCommentsForSubjectRequest request)
 {
     return(base.Channel.getCommentsForSubject(request));
 }