예제 #1
0
 public System.Threading.Tasks.Task <RisCmd.getDocumentResponse> getDocumentAsync(string application, string docId)
 {
     RisCmd.getDocumentRequest inValue = new RisCmd.getDocumentRequest();
     inValue.Body             = new RisCmd.getDocumentRequestBody();
     inValue.Body.application = application;
     inValue.Body.docId       = docId;
     return(((RisCmd.OGDServiceSoap)(this)).getDocumentAsync(inValue));
 }
예제 #2
0
 System.Threading.Tasks.Task <RisCmd.getDocumentResponse> RisCmd.OGDServiceSoap.getDocumentAsync(RisCmd.getDocumentRequest request)
 {
     return(base.Channel.getDocumentAsync(request));
 }