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

            return((getCapturePointsResponse)(results[0]));
        }
Exemple #2
0
 /// <remarks/>
 public System.IAsyncResult BegingetCapturePoints(getCapturePoints getCapturePointsElement, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("getCapturePoints", new object[] {
         getCapturePointsElement
     }, callback, asyncState));
 }