Beispiel #1
0
    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]));
    }
Beispiel #2
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);
 }
Beispiel #3
0
 /// <remarks/>
 public void getrtedtaAsync(getrtedtaInput arg0)
 {
     this.getrtedtaAsync(arg0, null);
 }
Beispiel #4
0
 /// <remarks/>
 public System.IAsyncResult Begingetrtedta(getrtedtaInput arg0, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("getrtedta", new object[] {
         arg0
     }, callback, asyncState));
 }