Exemple #1
0
 public CommentsWebServiceClient.Net.CommentsService.comment[] getComments(CommentsWebServiceClient.Net.CommentsService.user arg0)
 {
     CommentsWebServiceClient.Net.CommentsService.getCommentsRequest inValue = new CommentsWebServiceClient.Net.CommentsService.getCommentsRequest();
     inValue.arg0 = arg0;
     CommentsWebServiceClient.Net.CommentsService.getCommentsResponse retVal = ((CommentsWebServiceClient.Net.CommentsService.ICommentsService)(this)).getComments(inValue);
     return(retVal.@return);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <CommentsWebServiceClient.Net.CommentsService.getCommentsResponse> getCommentsAsync(CommentsWebServiceClient.Net.CommentsService.user arg0)
 {
     CommentsWebServiceClient.Net.CommentsService.getCommentsRequest inValue = new CommentsWebServiceClient.Net.CommentsService.getCommentsRequest();
     inValue.arg0 = arg0;
     return(((CommentsWebServiceClient.Net.CommentsService.ICommentsService)(this)).getCommentsAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <CommentsWebServiceClient.Net.CommentsService.getCommentsResponse> CommentsWebServiceClient.Net.CommentsService.ICommentsService.getCommentsAsync(CommentsWebServiceClient.Net.CommentsService.getCommentsRequest request)
 {
     return(base.Channel.getCommentsAsync(request));
 }
Exemple #4
0
 CommentsWebServiceClient.Net.CommentsService.getCommentsResponse CommentsWebServiceClient.Net.CommentsService.ICommentsService.getComments(CommentsWebServiceClient.Net.CommentsService.getCommentsRequest request)
 {
     return(base.Channel.getComments(request));
 }