public imagingPlateResponse imagingPlate([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.oppf.ox.ac.uk/WSPlate/")] imagingPlate imagingPlateElement) { object[] results = this.Invoke("imagingPlate", new object[] { imagingPlateElement }); return((imagingPlateResponse)(results[0])); }
/// <remarks/> public System.IAsyncResult BeginimagingPlate(imagingPlate imagingPlateElement, System.AsyncCallback callback, object asyncState) { return(this.BeginInvoke("imagingPlate", new object[] { imagingPlateElement }, callback, asyncState)); }