コード例 #1
0
        public updatedPriorityResponse updatedPriority([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.oppf.ox.ac.uk/WSPlate/")] updatedPriority updatedPriorityElement)
        {
            object[] results = this.Invoke("updatedPriority", new object[] {
                updatedPriorityElement
            });

            return((updatedPriorityResponse)(results[0]));
        }
コード例 #2
0
 /// <remarks/>
 public System.IAsyncResult BeginupdatedPriority(updatedPriority updatedPriorityElement, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("updatedPriority", new object[] {
         updatedPriorityElement
     }, callback, asyncState));
 }