public getrtedtaResult getrtedta([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] getrtedtaInput arg0) { object[] results = this.Invoke("getrtedta", new object[] { arg0 }); return((getrtedtaResult)(results[0])); }
/// <remarks/> public void getrtedtaAsync(getrtedtaInput arg0, object userState) { if ((this.getrtedtaOperationCompleted == null)) { this.getrtedtaOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetrtedtaOperationCompleted); } this.InvokeAsync("getrtedta", new object[] { arg0 }, this.getrtedtaOperationCompleted, userState); }
/// <remarks/> public void getrtedtaAsync(getrtedtaInput arg0) { this.getrtedtaAsync(arg0, null); }
/// <remarks/> public System.IAsyncResult Begingetrtedta(getrtedtaInput arg0, System.AsyncCallback callback, object asyncState) { return(this.BeginInvoke("getrtedta", new object[] { arg0 }, callback, asyncState)); }