Example #1
0
        public skippedImagingResponse skippedImaging([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.oppf.ox.ac.uk/WSPlate/")] skippedImaging skippedImagingElement)
        {
            object[] results = this.Invoke("skippedImaging", new object[] {
                skippedImagingElement
            });

            return((skippedImagingResponse)(results[0]));
        }
Example #2
0
 /// <remarks/>
 public System.IAsyncResult BeginskippedImaging(skippedImaging skippedImagingElement, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("skippedImaging", new object[] {
         skippedImagingElement
     }, callback, asyncState));
 }