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); }
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)); }
System.Threading.Tasks.Task <CommentsWebServiceClient.Net.CommentsService.getCommentsResponse> CommentsWebServiceClient.Net.CommentsService.ICommentsService.getCommentsAsync(CommentsWebServiceClient.Net.CommentsService.getCommentsRequest request) { return(base.Channel.getCommentsAsync(request)); }
CommentsWebServiceClient.Net.CommentsService.getCommentsResponse CommentsWebServiceClient.Net.CommentsService.ICommentsService.getComments(CommentsWebServiceClient.Net.CommentsService.getCommentsRequest request) { return(base.Channel.getComments(request)); }