public anndata fetchResult([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified, Namespace = "http://www.cbs.dtu.dk/ws/ws-common")] fetchResultJob job)
        {
            object[] results = this.Invoke("fetchResult", new object[] {
                job
            });

            return((anndata)(results[0]));
        }
 /// <remarks/>
 public void fetchResultAsync(fetchResultJob job, object userState)
 {
     if ((this.fetchResultOperationCompleted == null))
     {
         this.fetchResultOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfetchResultOperationCompleted);
     }
     this.InvokeAsync("fetchResult", new object[] {
         job
     }, this.fetchResultOperationCompleted, userState);
 }
 /// <remarks/>
 public void fetchResultAsync(fetchResultJob job)
 {
     this.fetchResultAsync(job, null);
 }