Exemplo n.º 1
0
        public getDefaultCaptureProfileResponse getDefaultCaptureProfile([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.oppf.ox.ac.uk/WSPlate/")] getDefaultCaptureProfile getDefaultCaptureProfileElement)
        {
            object[] results = this.Invoke("getDefaultCaptureProfile", new object[] {
                getDefaultCaptureProfileElement
            });

            return((getDefaultCaptureProfileResponse)(results[0]));
        }
Exemplo n.º 2
0
 /// <remarks/>
 public System.IAsyncResult BegingetDefaultCaptureProfile(getDefaultCaptureProfile getDefaultCaptureProfileElement, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("getDefaultCaptureProfile", new object[] {
         getDefaultCaptureProfileElement
     }, callback, asyncState));
 }