Exemplo n.º 1
0
        public bool DeleteChildMeasurementReport([System.Xml.Serialization.XmlElementAttribute("DeleteChildMeasurementReport", Namespace = "http://rep.oio.dk/medcom.sundcom.dk/xml/schemas/2007/07/01/")] DeleteChildMeasurementReportType DeleteChildMeasurementReport1)
        {
            object[] results = this.Invoke("DeleteChildMeasurementReport", new object[] {
                DeleteChildMeasurementReport1
            });

            return((bool)(results[0]));
        }
Exemplo n.º 2
0
 /// <remarks/>
 public void DeleteChildMeasurementReportAsync(DeleteChildMeasurementReportType DeleteChildMeasurementReport1, object userState)
 {
     if ((this.DeleteChildMeasurementReportOperationCompleted == null))
     {
         this.DeleteChildMeasurementReportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteChildMeasurementReportOperationCompleted);
     }
     this.InvokeAsync("DeleteChildMeasurementReport", new object[] {
         DeleteChildMeasurementReport1
     }, this.DeleteChildMeasurementReportOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void DeleteChildMeasurementReportAsync(DeleteChildMeasurementReportType DeleteChildMeasurementReport1)
 {
     this.DeleteChildMeasurementReportAsync(DeleteChildMeasurementReport1, null);
 }