Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Ris.Client.WinRT.getDocumentResponse> getDocumentAsync(string application, string docId)
 {
     Ris.Client.WinRT.getDocumentRequest inValue = new Ris.Client.WinRT.getDocumentRequest();
     inValue.Body             = new Ris.Client.WinRT.getDocumentRequestBody();
     inValue.Body.application = application;
     inValue.Body.docId       = docId;
     return(((Ris.Client.WinRT.OGDServiceSoap)(this)).getDocumentAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <Ris.Client.WinRT.getDocumentResponse> Ris.Client.WinRT.OGDServiceSoap.getDocumentAsync(Ris.Client.WinRT.getDocumentRequest request)
 {
     return(base.Channel.getDocumentAsync(request));
 }